Shades of Dark Orchid #B033DB
Tints of Dark Orchid #B033DB
RGB
CMYK
RGB Variations
Color information
#B033DB (or 0xB033DB) is known color: Dark Orchid. HEX triplet: B0, 33 and DB. RGB value is (176,51,219). Sum of RGB (Red+Green+Blue) = 176+51+219=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B033DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033DB is #4FCC24. Grayscale: #6A6A6A. Windows color (decimal): -5229605 or 14365616. OLE color: 14365616.
HSL color Cylindrical-coordinate representation of color #B033DB: hue angle of 284.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B033DB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 51 | 219 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.14 |
| HSL | 284.64º | 0.7% | 0.53% | - |
| HSV(B) | 284.64º | 0.77% | 0.86% | - |
| XYZ | 31.87 | 16.71 | 68.56 | - |
| YUV | 107.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 219 | 0.20 | 0.77 | 0 | 0.14 | 284.64 | 0.7 | 0.53 |
| Hex | B0 | 33 | DB | 14 | 4D | 0 | E | 11D | 46 | 35 |
| Octal | 260 | 63 | 333 | 24 | 115 | 0 | 16 | 435 | 106 | 65 |
| Binary | 10110000 | 110011 | 11011011 | 10100 | 1001101 | 0 | 1110 | 100011101 | 1000110 | 110101 |
Color Harmonies of #B033DB
Complementary color
Monochromatic Colors of #B033DB
Black with #B033DB
Text Example
Text Example
White with #B033DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033DB; }
p { color: rgb(176,51,219); }
H1.HeaderClassName
{
color: #B033DB;
}
.AnyTagClassName
{
color: #B033DB;
}
</style>
background-color css
<style>
a { background-color: #B033DB; }
a { background-color: rgb(176,51,219); }
div.DivClassName
{
background-color: #B033DB;
}
.BgClassName
{
background-color: #B033DB;
}
</style>
border-color css
<style>
span { border-color: #B033DB; }
span { border-color: rgb(176,51,219); }
td.TdClassName
{
border-color: #B033DB;
}
.TagClassName
{
border-color: #B033DB;
}
</style>