Shades of Medium Orchid #B936FB
Tints of Medium Orchid #B936FB
RGB
CMYK
RGB Variations
Color information
#B936FB (or 0xB936FB) is known color: Medium Orchid. HEX triplet: B9, 36 and FB. RGB value is (185,54,251). Sum of RGB (Red+Green+Blue) = 185+54+251=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #B936FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936FB is #46C904. Grayscale: #727272. Windows color (decimal): -4638981 or 16463545. OLE color: 16463545.
HSL color Cylindrical-coordinate representation of color #B936FB: hue angle of 279.9º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B936FB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 54 | 251 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 279.9º | 0.96% | 0.6% | - |
| HSV(B) | 279.9º | 0.78% | 0.98% | - |
| XYZ | 38.74 | 19.92 | 93.07 | - |
| YUV | 115.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 251 | 0.26 | 0.78 | 0 | 0.02 | 279.9 | 0.96 | 0.6 |
| Hex | B9 | 36 | FB | 1A | 4E | 0 | 2 | 118 | 60 | 3C |
| Octal | 271 | 66 | 373 | 32 | 116 | 0 | 2 | 430 | 140 | 74 |
| Binary | 10111001 | 110110 | 11111011 | 11010 | 1001110 | 0 | 10 | 100011000 | 1100000 | 111100 |
Color Harmonies of #B936FB
Complementary color
Monochromatic Colors of #B936FB
Black with #B936FB
Text Example
Text Example
White with #B936FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936FB; }
p { color: rgb(185,54,251); }
H1.HeaderClassName
{
color: #B936FB;
}
.AnyTagClassName
{
color: #B936FB;
}
</style>
background-color css
<style>
a { background-color: #B936FB; }
a { background-color: rgb(185,54,251); }
div.DivClassName
{
background-color: #B936FB;
}
.BgClassName
{
background-color: #B936FB;
}
</style>
border-color css
<style>
span { border-color: #B936FB; }
span { border-color: rgb(185,54,251); }
td.TdClassName
{
border-color: #B936FB;
}
.TagClassName
{
border-color: #B936FB;
}
</style>