Shades of Medium Orchid #B85CCC
Tints of Medium Orchid #B85CCC
RGB
CMYK
RGB Variations
Color information
#B85CCC (or 0xB85CCC) is known color: Medium Orchid. HEX triplet: B8, 5C and CC. RGB value is (184,92,204). Sum of RGB (Red+Green+Blue) = 184+92+204=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCC is #47A333. Grayscale: #838383. Windows color (decimal): -4694836 or 13393080. OLE color: 13393080.
HSL color Cylindrical-coordinate representation of color #B85CCC: hue angle of 289.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85CCC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 92 | 204 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.2 |
| HSL | 289.29º | 0.52% | 0.58% | - |
| HSV(B) | 289.29º | 0.55% | 0.8% | - |
| XYZ | 34.49 | 22.2 | 59.59 | - |
| YUV | 132.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 204 | 0.10 | 0.55 | 0 | 0.2 | 289.29 | 0.52 | 0.58 |
| Hex | B8 | 5C | CC | A | 37 | 0 | 14 | 121 | 34 | 3A |
| Octal | 270 | 134 | 314 | 12 | 67 | 0 | 24 | 441 | 64 | 72 |
| Binary | 10111000 | 1011100 | 11001100 | 1010 | 110111 | 0 | 10100 | 100100001 | 110100 | 111010 |
Color Harmonies of #B85CCC
Complementary color
Monochromatic Colors of #B85CCC
Black with #B85CCC
Text Example
Text Example
White with #B85CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CCC; }
p { color: rgb(184,92,204); }
H1.HeaderClassName
{
color: #B85CCC;
}
.AnyTagClassName
{
color: #B85CCC;
}
</style>
background-color css
<style>
a { background-color: #B85CCC; }
a { background-color: rgb(184,92,204); }
div.DivClassName
{
background-color: #B85CCC;
}
.BgClassName
{
background-color: #B85CCC;
}
</style>
border-color css
<style>
span { border-color: #B85CCC; }
span { border-color: rgb(184,92,204); }
td.TdClassName
{
border-color: #B85CCC;
}
.TagClassName
{
border-color: #B85CCC;
}
</style>