Shades of Medium Orchid #B937F0
Tints of Medium Orchid #B937F0
RGB
CMYK
RGB Variations
Color information
#B937F0 (or 0xB937F0) is known color: Medium Orchid. HEX triplet: B9, 37 and F0. RGB value is (185,55,240). Sum of RGB (Red+Green+Blue) = 185+55+240=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #B937F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937F0 is #46C80F. Grayscale: #727272. Windows color (decimal): -4638736 or 15742905. OLE color: 15742905.
HSL color Cylindrical-coordinate representation of color #B937F0: hue angle of 282.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B937F0 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 55 | 240 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.06 |
| HSL | 282.16º | 0.86% | 0.58% | - |
| HSV(B) | 282.16º | 0.77% | 0.94% | - |
| XYZ | 37.1 | 19.34 | 84.22 | - |
| YUV | 114.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 240 | 0.23 | 0.77 | 0 | 0.06 | 282.16 | 0.86 | 0.58 |
| Hex | B9 | 37 | F0 | 17 | 4D | 0 | 6 | 11A | 56 | 3A |
| Octal | 271 | 67 | 360 | 27 | 115 | 0 | 6 | 432 | 126 | 72 |
| Binary | 10111001 | 110111 | 11110000 | 10111 | 1001101 | 0 | 110 | 100011010 | 1010110 | 111010 |
Color Harmonies of #B937F0
Complementary color
Monochromatic Colors of #B937F0
Black with #B937F0
Text Example
Text Example
White with #B937F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937F0; }
p { color: rgb(185,55,240); }
H1.HeaderClassName
{
color: #B937F0;
}
.AnyTagClassName
{
color: #B937F0;
}
</style>
background-color css
<style>
a { background-color: #B937F0; }
a { background-color: rgb(185,55,240); }
div.DivClassName
{
background-color: #B937F0;
}
.BgClassName
{
background-color: #B937F0;
}
</style>
border-color css
<style>
span { border-color: #B937F0; }
span { border-color: rgb(185,55,240); }
td.TdClassName
{
border-color: #B937F0;
}
.TagClassName
{
border-color: #B937F0;
}
</style>