Shades of Medium Orchid #B870DB
Tints of Medium Orchid #B870DB
RGB
CMYK
RGB Variations
Color information
#B870DB (or 0xB870DB) is known color: Medium Orchid. HEX triplet: B8, 70 and DB. RGB value is (184,112,219). Sum of RGB (Red+Green+Blue) = 184+112+219=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B870DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870DB is #478F24. Grayscale: #919191. Windows color (decimal): -4689701 or 14381240. OLE color: 14381240.
HSL color Cylindrical-coordinate representation of color #B870DB: hue angle of 280.37º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B870DB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 112 | 219 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.14 |
| HSL | 280.37º | 0.6% | 0.65% | - |
| HSV(B) | 280.37º | 0.49% | 0.86% | - |
| XYZ | 38.35 | 26.89 | 70.19 | - |
| YUV | 145.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 219 | 0.16 | 0.49 | 0 | 0.14 | 280.37 | 0.6 | 0.65 |
| Hex | B8 | 70 | DB | 10 | 31 | 0 | E | 118 | 3C | 41 |
| Octal | 270 | 160 | 333 | 20 | 61 | 0 | 16 | 430 | 74 | 101 |
| Binary | 10111000 | 1110000 | 11011011 | 10000 | 110001 | 0 | 1110 | 100011000 | 111100 | 1000001 |
Color Harmonies of #B870DB
Complementary color
Monochromatic Colors of #B870DB
Black with #B870DB
Text Example
Text Example
White with #B870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870DB; }
p { color: rgb(184,112,219); }
H1.HeaderClassName
{
color: #B870DB;
}
.AnyTagClassName
{
color: #B870DB;
}
</style>
background-color css
<style>
a { background-color: #B870DB; }
a { background-color: rgb(184,112,219); }
div.DivClassName
{
background-color: #B870DB;
}
.BgClassName
{
background-color: #B870DB;
}
</style>
border-color css
<style>
span { border-color: #B870DB; }
span { border-color: rgb(184,112,219); }
td.TdClassName
{
border-color: #B870DB;
}
.TagClassName
{
border-color: #B870DB;
}
</style>