Shades of Medium Orchid #B859D2
Tints of Medium Orchid #B859D2
RGB
CMYK
RGB Variations
Color information
#B859D2 (or 0xB859D2) is known color: Medium Orchid. HEX triplet: B8, 59 and D2. RGB value is (184,89,210). Sum of RGB (Red+Green+Blue) = 184+89+210=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #B859D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859D2 is #47A62D. Grayscale: #828282. Windows color (decimal): -4695598 or 13785528. OLE color: 13785528.
HSL color Cylindrical-coordinate representation of color #B859D2: hue angle of 287.11º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B859D2 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 89 | 210 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.18 |
| HSL | 287.11º | 0.57% | 0.59% | - |
| HSV(B) | 287.11º | 0.58% | 0.82% | - |
| XYZ | 34.97 | 21.99 | 63.37 | - |
| YUV | 131.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 210 | 0.12 | 0.58 | 0 | 0.18 | 287.11 | 0.57 | 0.59 |
| Hex | B8 | 59 | D2 | C | 3A | 0 | 12 | 11F | 39 | 3B |
| Octal | 270 | 131 | 322 | 14 | 72 | 0 | 22 | 437 | 71 | 73 |
| Binary | 10111000 | 1011001 | 11010010 | 1100 | 111010 | 0 | 10010 | 100011111 | 111001 | 111011 |
Color Harmonies of #B859D2
Complementary color
Monochromatic Colors of #B859D2
Black with #B859D2
Text Example
Text Example
White with #B859D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859D2; }
p { color: rgb(184,89,210); }
H1.HeaderClassName
{
color: #B859D2;
}
.AnyTagClassName
{
color: #B859D2;
}
</style>
background-color css
<style>
a { background-color: #B859D2; }
a { background-color: rgb(184,89,210); }
div.DivClassName
{
background-color: #B859D2;
}
.BgClassName
{
background-color: #B859D2;
}
</style>
border-color css
<style>
span { border-color: #B859D2; }
span { border-color: rgb(184,89,210); }
td.TdClassName
{
border-color: #B859D2;
}
.TagClassName
{
border-color: #B859D2;
}
</style>