Shades of Medium Orchid #B859CB
Tints of Medium Orchid #B859CB
RGB
CMYK
RGB Variations
Color information
#B859CB (or 0xB859CB) is known color: Medium Orchid. HEX triplet: B8, 59 and CB. RGB value is (184,89,203). Sum of RGB (Red+Green+Blue) = 184+89+203=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B859CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859CB is #47A634. Grayscale: #828282. Windows color (decimal): -4695605 or 13326776. OLE color: 13326776.
HSL color Cylindrical-coordinate representation of color #B859CB: hue angle of 290º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B859CB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 89 | 203 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.20 |
| HSL | 290º | 0.52% | 0.57% | - |
| HSV(B) | 290º | 0.56% | 0.8% | - |
| XYZ | 34.12 | 21.65 | 58.88 | - |
| YUV | 130.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 203 | 0.09 | 0.56 | 0 | 0.20 | 290 | 0.52 | 0.57 |
| Hex | B8 | 59 | CB | 9 | 38 | 0 | 14 | 122 | 34 | 39 |
| Octal | 270 | 131 | 313 | 11 | 70 | 0 | 24 | 442 | 64 | 71 |
| Binary | 10111000 | 1011001 | 11001011 | 1001 | 111000 | 0 | 10100 | 100100010 | 110100 | 111001 |
Color Harmonies of #B859CB
Complementary color
Monochromatic Colors of #B859CB
Black with #B859CB
Text Example
Text Example
White with #B859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859CB; }
p { color: rgb(184,89,203); }
H1.HeaderClassName
{
color: #B859CB;
}
.AnyTagClassName
{
color: #B859CB;
}
</style>
background-color css
<style>
a { background-color: #B859CB; }
a { background-color: rgb(184,89,203); }
div.DivClassName
{
background-color: #B859CB;
}
.BgClassName
{
background-color: #B859CB;
}
</style>
border-color css
<style>
span { border-color: #B859CB; }
span { border-color: rgb(184,89,203); }
td.TdClassName
{
border-color: #B859CB;
}
.TagClassName
{
border-color: #B859CB;
}
</style>