Shades of Medium Orchid #B959E8
Tints of Medium Orchid #B959E8
RGB
CMYK
RGB Variations
Color information
#B959E8 (or 0xB959E8) is known color: Medium Orchid. HEX triplet: B9, 59 and E8. RGB value is (185,89,232). Sum of RGB (Red+Green+Blue) = 185+89+232=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #B959E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959E8 is #46A617. Grayscale: #858585. Windows color (decimal): -4630040 or 15227321. OLE color: 15227321.
HSL color Cylindrical-coordinate representation of color #B959E8: hue angle of 280.28º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B959E8 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 89 | 232 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.09 |
| HSL | 280.28º | 0.76% | 0.63% | - |
| HSV(B) | 280.28º | 0.62% | 0.91% | - |
| XYZ | 38.15 | 23.29 | 78.83 | - |
| YUV | 134.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 232 | 0.20 | 0.62 | 0 | 0.09 | 280.28 | 0.76 | 0.63 |
| Hex | B9 | 59 | E8 | 14 | 3E | 0 | 9 | 118 | 4C | 3F |
| Octal | 271 | 131 | 350 | 24 | 76 | 0 | 11 | 430 | 114 | 77 |
| Binary | 10111001 | 1011001 | 11101000 | 10100 | 111110 | 0 | 1001 | 100011000 | 1001100 | 111111 |
Color Harmonies of #B959E8
Complementary color
Monochromatic Colors of #B959E8
Black with #B959E8
Text Example
Text Example
White with #B959E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959E8; }
p { color: rgb(185,89,232); }
H1.HeaderClassName
{
color: #B959E8;
}
.AnyTagClassName
{
color: #B959E8;
}
</style>
background-color css
<style>
a { background-color: #B959E8; }
a { background-color: rgb(185,89,232); }
div.DivClassName
{
background-color: #B959E8;
}
.BgClassName
{
background-color: #B959E8;
}
</style>
border-color css
<style>
span { border-color: #B959E8; }
span { border-color: rgb(185,89,232); }
td.TdClassName
{
border-color: #B959E8;
}
.TagClassName
{
border-color: #B959E8;
}
</style>