Shades of Medium Orchid #B959E9
Tints of Medium Orchid #B959E9
RGB
CMYK
RGB Variations
Color information
#B959E9 (or 0xB959E9) is known color: Medium Orchid. HEX triplet: B9, 59 and E9. RGB value is (185,89,233). Sum of RGB (Red+Green+Blue) = 185+89+233=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #B959E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959E9 is #46A616. Grayscale: #858585. Windows color (decimal): -4630039 or 15292857. OLE color: 15292857.
HSL color Cylindrical-coordinate representation of color #B959E9: hue angle of 280º degrees, saturation: 0.77, 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 #B959E9 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 89 | 233 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.09 |
| HSL | 280º | 0.77% | 0.63% | - |
| HSV(B) | 280º | 0.62% | 0.91% | - |
| XYZ | 38.29 | 23.34 | 79.58 | - |
| YUV | 134.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 233 | 0.21 | 0.62 | 0 | 0.09 | 280 | 0.77 | 0.63 |
| Hex | B9 | 59 | E9 | 15 | 3E | 0 | 9 | 118 | 4D | 3F |
| Octal | 271 | 131 | 351 | 25 | 76 | 0 | 11 | 430 | 115 | 77 |
| Binary | 10111001 | 1011001 | 11101001 | 10101 | 111110 | 0 | 1001 | 100011000 | 1001101 | 111111 |
Color Harmonies of #B959E9
Complementary color
Monochromatic Colors of #B959E9
Black with #B959E9
Text Example
Text Example
White with #B959E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959E9; }
p { color: rgb(185,89,233); }
H1.HeaderClassName
{
color: #B959E9;
}
.AnyTagClassName
{
color: #B959E9;
}
</style>
background-color css
<style>
a { background-color: #B959E9; }
a { background-color: rgb(185,89,233); }
div.DivClassName
{
background-color: #B959E9;
}
.BgClassName
{
background-color: #B959E9;
}
</style>
border-color css
<style>
span { border-color: #B959E9; }
span { border-color: rgb(185,89,233); }
td.TdClassName
{
border-color: #B959E9;
}
.TagClassName
{
border-color: #B959E9;
}
</style>