Shades of Dark Orchid #B330DB
Tints of Dark Orchid #B330DB
RGB
CMYK
RGB Variations
Color information
#B330DB (or 0xB330DB) is known color: Dark Orchid. HEX triplet: B3, 30 and DB. RGB value is (179,48,219). Sum of RGB (Red+Green+Blue) = 179+48+219=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 48 (19.14% from 255 or 10.76% 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 #B330DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330DB is #4CCF24. Grayscale: #6A6A6A. Windows color (decimal): -5033765 or 14364851. OLE color: 14364851.
HSL color Cylindrical-coordinate representation of color #B330DB: hue angle of 285.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B330DB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 48 | 219 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.14 |
| HSL | 285.96º | 0.7% | 0.52% | - |
| HSV(B) | 285.96º | 0.78% | 0.86% | - |
| XYZ | 32.43 | 16.81 | 68.55 | - |
| YUV | 106.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 219 | 0.18 | 0.78 | 0 | 0.14 | 285.96 | 0.7 | 0.52 |
| Hex | B3 | 30 | DB | 12 | 4E | 0 | E | 11E | 46 | 34 |
| Octal | 263 | 60 | 333 | 22 | 116 | 0 | 16 | 436 | 106 | 64 |
| Binary | 10110011 | 110000 | 11011011 | 10010 | 1001110 | 0 | 1110 | 100011110 | 1000110 | 110100 |
Color Harmonies of #B330DB
Complementary color
Monochromatic Colors of #B330DB
Black with #B330DB
Text Example
Text Example
White with #B330DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330DB; }
p { color: rgb(179,48,219); }
H1.HeaderClassName
{
color: #B330DB;
}
.AnyTagClassName
{
color: #B330DB;
}
</style>
background-color css
<style>
a { background-color: #B330DB; }
a { background-color: rgb(179,48,219); }
div.DivClassName
{
background-color: #B330DB;
}
.BgClassName
{
background-color: #B330DB;
}
</style>
border-color css
<style>
span { border-color: #B330DB; }
span { border-color: rgb(179,48,219); }
td.TdClassName
{
border-color: #B330DB;
}
.TagClassName
{
border-color: #B330DB;
}
</style>