Shades of Medium Orchid #B842DB
Tints of Medium Orchid #B842DB
RGB
CMYK
RGB Variations
Color information
#B842DB (or 0xB842DB) is known color: Medium Orchid. HEX triplet: B8, 42 and DB. RGB value is (184,66,219). Sum of RGB (Red+Green+Blue) = 184+66+219=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B842DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DB is #47BD24. Grayscale: #767676. Windows color (decimal): -4701477 or 14369464. OLE color: 14369464.
HSL color Cylindrical-coordinate representation of color #B842DB: hue angle of 286.27º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B842DB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 66 | 219 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.14 |
| HSL | 286.27º | 0.68% | 0.56% | - |
| HSV(B) | 286.27º | 0.7% | 0.86% | - |
| XYZ | 34.5 | 19.2 | 68.91 | - |
| YUV | 118.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 219 | 0.16 | 0.70 | 0 | 0.14 | 286.27 | 0.68 | 0.56 |
| Hex | B8 | 42 | DB | 10 | 46 | 0 | E | 11E | 44 | 38 |
| Octal | 270 | 102 | 333 | 20 | 106 | 0 | 16 | 436 | 104 | 70 |
| Binary | 10111000 | 1000010 | 11011011 | 10000 | 1000110 | 0 | 1110 | 100011110 | 1000100 | 111000 |
Color Harmonies of #B842DB
Complementary color
Monochromatic Colors of #B842DB
Black with #B842DB
Text Example
Text Example
White with #B842DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842DB; }
p { color: rgb(184,66,219); }
H1.HeaderClassName
{
color: #B842DB;
}
.AnyTagClassName
{
color: #B842DB;
}
</style>
background-color css
<style>
a { background-color: #B842DB; }
a { background-color: rgb(184,66,219); }
div.DivClassName
{
background-color: #B842DB;
}
.BgClassName
{
background-color: #B842DB;
}
</style>
border-color css
<style>
span { border-color: #B842DB; }
span { border-color: rgb(184,66,219); }
td.TdClassName
{
border-color: #B842DB;
}
.TagClassName
{
border-color: #B842DB;
}
</style>