Shades of Medium Orchid #B042DB
Tints of Medium Orchid #B042DB
RGB
CMYK
RGB Variations
Color information
#B042DB (or 0xB042DB) is known color: Medium Orchid. HEX triplet: B0, 42 and DB. RGB value is (176,66,219). Sum of RGB (Red+Green+Blue) = 176+66+219=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B042DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042DB is #4FBD24. Grayscale: #737373. Windows color (decimal): -5225765 or 14369456. OLE color: 14369456.
HSL color Cylindrical-coordinate representation of color #B042DB: hue angle of 283.14º 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 #B042DB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 66 | 219 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.14 |
| HSL | 283.14º | 0.68% | 0.56% | - |
| HSV(B) | 283.14º | 0.7% | 0.86% | - |
| XYZ | 32.64 | 18.24 | 68.82 | - |
| YUV | 116.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 219 | 0.20 | 0.70 | 0 | 0.14 | 283.14 | 0.68 | 0.56 |
| Hex | B0 | 42 | DB | 14 | 46 | 0 | E | 11B | 44 | 38 |
| Octal | 260 | 102 | 333 | 24 | 106 | 0 | 16 | 433 | 104 | 70 |
| Binary | 10110000 | 1000010 | 11011011 | 10100 | 1000110 | 0 | 1110 | 100011011 | 1000100 | 111000 |
Color Harmonies of #B042DB
Complementary color
Monochromatic Colors of #B042DB
Black with #B042DB
Text Example
Text Example
White with #B042DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B042DB; }
p { color: rgb(176,66,219); }
H1.HeaderClassName
{
color: #B042DB;
}
.AnyTagClassName
{
color: #B042DB;
}
</style>
background-color css
<style>
a { background-color: #B042DB; }
a { background-color: rgb(176,66,219); }
div.DivClassName
{
background-color: #B042DB;
}
.BgClassName
{
background-color: #B042DB;
}
</style>
border-color css
<style>
span { border-color: #B042DB; }
span { border-color: rgb(176,66,219); }
td.TdClassName
{
border-color: #B042DB;
}
.TagClassName
{
border-color: #B042DB;
}
</style>