Shades of Medium Orchid #B870CC
Tints of Medium Orchid #B870CC
RGB
CMYK
RGB Variations
Color information
#B870CC (or 0xB870CC) is known color: Medium Orchid. HEX triplet: B8, 70 and CC. RGB value is (184,112,204). Sum of RGB (Red+Green+Blue) = 184+112+204=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B870CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CC is #478F33. Grayscale: #8F8F8F. Windows color (decimal): -4689716 or 13398200. OLE color: 13398200.
HSL color Cylindrical-coordinate representation of color #B870CC: hue angle of 286.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B870CC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 112 | 204 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.2 |
| HSL | 286.96º | 0.47% | 0.62% | - |
| HSV(B) | 286.96º | 0.45% | 0.8% | - |
| XYZ | 36.46 | 26.14 | 60.25 | - |
| YUV | 144.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 204 | 0.10 | 0.45 | 0 | 0.2 | 286.96 | 0.47 | 0.62 |
| Hex | B8 | 70 | CC | A | 2D | 0 | 14 | 11F | 2F | 3E |
| Octal | 270 | 160 | 314 | 12 | 55 | 0 | 24 | 437 | 57 | 76 |
| Binary | 10111000 | 1110000 | 11001100 | 1010 | 101101 | 0 | 10100 | 100011111 | 101111 | 111110 |
Color Harmonies of #B870CC
Complementary color
Monochromatic Colors of #B870CC
Black with #B870CC
Text Example
Text Example
White with #B870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870CC; }
p { color: rgb(184,112,204); }
H1.HeaderClassName
{
color: #B870CC;
}
.AnyTagClassName
{
color: #B870CC;
}
</style>
background-color css
<style>
a { background-color: #B870CC; }
a { background-color: rgb(184,112,204); }
div.DivClassName
{
background-color: #B870CC;
}
.BgClassName
{
background-color: #B870CC;
}
</style>
border-color css
<style>
span { border-color: #B870CC; }
span { border-color: rgb(184,112,204); }
td.TdClassName
{
border-color: #B870CC;
}
.TagClassName
{
border-color: #B870CC;
}
</style>