Shades of Medium Orchid #B959CF
Tints of Medium Orchid #B959CF
RGB
CMYK
RGB Variations
Color information
#B959CF (or 0xB959CF) is known color: Medium Orchid. HEX triplet: B9, 59 and CF. RGB value is (185,89,207). Sum of RGB (Red+Green+Blue) = 185+89+207=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B959CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959CF is #46A630. Grayscale: #828282. Windows color (decimal): -4630065 or 13588921. OLE color: 13588921.
HSL color Cylindrical-coordinate representation of color #B959CF: hue angle of 288.81º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B959CF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 89 | 207 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.19 |
| HSL | 288.81º | 0.55% | 0.58% | - |
| HSV(B) | 288.81º | 0.57% | 0.81% | - |
| XYZ | 34.84 | 21.96 | 61.43 | - |
| YUV | 131.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 207 | 0.11 | 0.57 | 0 | 0.19 | 288.81 | 0.55 | 0.58 |
| Hex | B9 | 59 | CF | B | 39 | 0 | 13 | 121 | 37 | 3A |
| Octal | 271 | 131 | 317 | 13 | 71 | 0 | 23 | 441 | 67 | 72 |
| Binary | 10111001 | 1011001 | 11001111 | 1011 | 111001 | 0 | 10011 | 100100001 | 110111 | 111010 |
Color Harmonies of #B959CF
Complementary color
Monochromatic Colors of #B959CF
Black with #B959CF
Text Example
Text Example
White with #B959CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959CF; }
p { color: rgb(185,89,207); }
H1.HeaderClassName
{
color: #B959CF;
}
.AnyTagClassName
{
color: #B959CF;
}
</style>
background-color css
<style>
a { background-color: #B959CF; }
a { background-color: rgb(185,89,207); }
div.DivClassName
{
background-color: #B959CF;
}
.BgClassName
{
background-color: #B959CF;
}
</style>
border-color css
<style>
span { border-color: #B959CF; }
span { border-color: rgb(185,89,207); }
td.TdClassName
{
border-color: #B959CF;
}
.TagClassName
{
border-color: #B959CF;
}
</style>