Shades of Dark Orchid #B330D0
Tints of Dark Orchid #B330D0
RGB
CMYK
RGB Variations
Color information
#B330D0 (or 0xB330D0) is known color: Dark Orchid. HEX triplet: B3, 30 and D0. RGB value is (179,48,208). Sum of RGB (Red+Green+Blue) = 179+48+208=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #B330D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330D0 is #4CCF2F. Grayscale: #686868. Windows color (decimal): -5033776 or 13643955. OLE color: 13643955.
HSL color Cylindrical-coordinate representation of color #B330D0: hue angle of 289.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B330D0 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 48 | 208 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.18 |
| HSL | 289.13º | 0.63% | 0.5% | - |
| HSV(B) | 289.13º | 0.77% | 0.82% | - |
| XYZ | 31.03 | 16.25 | 61.18 | - |
| YUV | 105.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 208 | 0.14 | 0.77 | 0 | 0.18 | 289.13 | 0.63 | 0.5 |
| Hex | B3 | 30 | D0 | E | 4D | 0 | 12 | 121 | 3F | 32 |
| Octal | 263 | 60 | 320 | 16 | 115 | 0 | 22 | 441 | 77 | 62 |
| Binary | 10110011 | 110000 | 11010000 | 1110 | 1001101 | 0 | 10010 | 100100001 | 111111 | 110010 |
Color Harmonies of #B330D0
Complementary color
Monochromatic Colors of #B330D0
Black with #B330D0
Text Example
Text Example
White with #B330D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330D0; }
p { color: rgb(179,48,208); }
H1.HeaderClassName
{
color: #B330D0;
}
.AnyTagClassName
{
color: #B330D0;
}
</style>
background-color css
<style>
a { background-color: #B330D0; }
a { background-color: rgb(179,48,208); }
div.DivClassName
{
background-color: #B330D0;
}
.BgClassName
{
background-color: #B330D0;
}
</style>
border-color css
<style>
span { border-color: #B330D0; }
span { border-color: rgb(179,48,208); }
td.TdClassName
{
border-color: #B330D0;
}
.TagClassName
{
border-color: #B330D0;
}
</style>