Shades of Medium Orchid #B874DB
Tints of Medium Orchid #B874DB
RGB
CMYK
RGB Variations
Color information
#B874DB (or 0xB874DB) is known color: Medium Orchid. HEX triplet: B8, 74 and DB. RGB value is (184,116,219). Sum of RGB (Red+Green+Blue) = 184+116+219=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B874DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874DB is #478B24. Grayscale: #939393. Windows color (decimal): -4688677 or 14382264. OLE color: 14382264.
HSL color Cylindrical-coordinate representation of color #B874DB: hue angle of 279.61º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B874DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 116 | 219 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.61º | 0.59% | 0.66% | - |
| HSV(B) | 279.61º | 0.47% | 0.86% | - |
| XYZ | 38.8 | 27.8 | 70.34 | - |
| YUV | 148.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 219 | 0.16 | 0.47 | 0 | 0.14 | 279.61 | 0.59 | 0.66 |
| Hex | B8 | 74 | DB | 10 | 2F | 0 | E | 118 | 3B | 42 |
| Octal | 270 | 164 | 333 | 20 | 57 | 0 | 16 | 430 | 73 | 102 |
| Binary | 10111000 | 1110100 | 11011011 | 10000 | 101111 | 0 | 1110 | 100011000 | 111011 | 1000010 |
Color Harmonies of #B874DB
Complementary color
Monochromatic Colors of #B874DB
Black with #B874DB
Text Example
Text Example
White with #B874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874DB; }
p { color: rgb(184,116,219); }
H1.HeaderClassName
{
color: #B874DB;
}
.AnyTagClassName
{
color: #B874DB;
}
</style>
background-color css
<style>
a { background-color: #B874DB; }
a { background-color: rgb(184,116,219); }
div.DivClassName
{
background-color: #B874DB;
}
.BgClassName
{
background-color: #B874DB;
}
</style>
border-color css
<style>
span { border-color: #B874DB; }
span { border-color: rgb(184,116,219); }
td.TdClassName
{
border-color: #B874DB;
}
.TagClassName
{
border-color: #B874DB;
}
</style>