Shades of Medium Orchid #B873DB
Tints of Medium Orchid #B873DB
RGB
CMYK
RGB Variations
Color information
#B873DB (or 0xB873DB) is known color: Medium Orchid. HEX triplet: B8, 73 and DB. RGB value is (184,115,219). Sum of RGB (Red+Green+Blue) = 184+115+219=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B873DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873DB is #478C24. Grayscale: #939393. Windows color (decimal): -4688933 or 14382008. OLE color: 14382008.
HSL color Cylindrical-coordinate representation of color #B873DB: hue angle of 279.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B873DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 115 | 219 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.81º | 0.59% | 0.65% | - |
| HSV(B) | 279.81º | 0.47% | 0.86% | - |
| XYZ | 38.68 | 27.57 | 70.3 | - |
| YUV | 147.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 219 | 0.16 | 0.47 | 0 | 0.14 | 279.81 | 0.59 | 0.65 |
| Hex | B8 | 73 | DB | 10 | 2F | 0 | E | 118 | 3B | 41 |
| Octal | 270 | 163 | 333 | 20 | 57 | 0 | 16 | 430 | 73 | 101 |
| Binary | 10111000 | 1110011 | 11011011 | 10000 | 101111 | 0 | 1110 | 100011000 | 111011 | 1000001 |
Color Harmonies of #B873DB
Complementary color
Monochromatic Colors of #B873DB
Black with #B873DB
Text Example
Text Example
White with #B873DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873DB; }
p { color: rgb(184,115,219); }
H1.HeaderClassName
{
color: #B873DB;
}
.AnyTagClassName
{
color: #B873DB;
}
</style>
background-color css
<style>
a { background-color: #B873DB; }
a { background-color: rgb(184,115,219); }
div.DivClassName
{
background-color: #B873DB;
}
.BgClassName
{
background-color: #B873DB;
}
</style>
border-color css
<style>
span { border-color: #B873DB; }
span { border-color: rgb(184,115,219); }
td.TdClassName
{
border-color: #B873DB;
}
.TagClassName
{
border-color: #B873DB;
}
</style>