Shades of Medium Orchid #B858CC
Tints of Medium Orchid #B858CC
RGB
CMYK
RGB Variations
Color information
#B858CC (or 0xB858CC) is known color: Medium Orchid. HEX triplet: B8, 58 and CC. RGB value is (184,88,204). Sum of RGB (Red+Green+Blue) = 184+88+204=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B858CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CC is #47A733. Grayscale: #818181. Windows color (decimal): -4695860 or 13392056. OLE color: 13392056.
HSL color Cylindrical-coordinate representation of color #B858CC: hue angle of 289.66º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B858CC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 88 | 204 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.2 |
| HSL | 289.66º | 0.53% | 0.57% | - |
| HSV(B) | 289.66º | 0.57% | 0.8% | - |
| XYZ | 34.16 | 21.53 | 59.48 | - |
| YUV | 129.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 204 | 0.10 | 0.57 | 0 | 0.2 | 289.66 | 0.53 | 0.57 |
| Hex | B8 | 58 | CC | A | 39 | 0 | 14 | 122 | 35 | 39 |
| Octal | 270 | 130 | 314 | 12 | 71 | 0 | 24 | 442 | 65 | 71 |
| Binary | 10111000 | 1011000 | 11001100 | 1010 | 111001 | 0 | 10100 | 100100010 | 110101 | 111001 |
Color Harmonies of #B858CC
Complementary color
Monochromatic Colors of #B858CC
Black with #B858CC
Text Example
Text Example
White with #B858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858CC; }
p { color: rgb(184,88,204); }
H1.HeaderClassName
{
color: #B858CC;
}
.AnyTagClassName
{
color: #B858CC;
}
</style>
background-color css
<style>
a { background-color: #B858CC; }
a { background-color: rgb(184,88,204); }
div.DivClassName
{
background-color: #B858CC;
}
.BgClassName
{
background-color: #B858CC;
}
</style>
border-color css
<style>
span { border-color: #B858CC; }
span { border-color: rgb(184,88,204); }
td.TdClassName
{
border-color: #B858CC;
}
.TagClassName
{
border-color: #B858CC;
}
</style>