Shades of Medium Orchid #B040DB
Tints of Medium Orchid #B040DB
RGB
CMYK
RGB Variations
Color information
#B040DB (or 0xB040DB) is known color: Medium Orchid. HEX triplet: B0, 40 and DB. RGB value is (176,64,219). Sum of RGB (Red+Green+Blue) = 176+64+219=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B040DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DB is #4FBF24. Grayscale: #727272. Windows color (decimal): -5226277 or 14368944. OLE color: 14368944.
HSL color Cylindrical-coordinate representation of color #B040DB: hue angle of 283.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B040DB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 64 | 219 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.14 |
| HSL | 283.35º | 0.68% | 0.55% | - |
| HSV(B) | 283.35º | 0.71% | 0.86% | - |
| XYZ | 32.52 | 18.01 | 68.78 | - |
| YUV | 115.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 219 | 0.20 | 0.71 | 0 | 0.14 | 283.35 | 0.68 | 0.55 |
| Hex | B0 | 40 | DB | 14 | 47 | 0 | E | 11B | 44 | 37 |
| Octal | 260 | 100 | 333 | 24 | 107 | 0 | 16 | 433 | 104 | 67 |
| Binary | 10110000 | 1000000 | 11011011 | 10100 | 1000111 | 0 | 1110 | 100011011 | 1000100 | 110111 |
Color Harmonies of #B040DB
Complementary color
Monochromatic Colors of #B040DB
Black with #B040DB
Text Example
Text Example
White with #B040DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040DB; }
p { color: rgb(176,64,219); }
H1.HeaderClassName
{
color: #B040DB;
}
.AnyTagClassName
{
color: #B040DB;
}
</style>
background-color css
<style>
a { background-color: #B040DB; }
a { background-color: rgb(176,64,219); }
div.DivClassName
{
background-color: #B040DB;
}
.BgClassName
{
background-color: #B040DB;
}
</style>
border-color css
<style>
span { border-color: #B040DB; }
span { border-color: rgb(176,64,219); }
td.TdClassName
{
border-color: #B040DB;
}
.TagClassName
{
border-color: #B040DB;
}
</style>