Shades of Dark Orchid #B030D9
Tints of Dark Orchid #B030D9
RGB
CMYK
RGB Variations
Color information
#B030D9 (or 0xB030D9) is known color: Dark Orchid. HEX triplet: B0, 30 and D9. RGB value is (176,48,217). Sum of RGB (Red+Green+Blue) = 176+48+217=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #B030D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030D9 is #4FCF26. Grayscale: #686868. Windows color (decimal): -5230375 or 14233776. OLE color: 14233776.
HSL color Cylindrical-coordinate representation of color #B030D9: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B030D9 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 48 | 217 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.15 |
| HSL | 285.44º | 0.69% | 0.52% | - |
| HSV(B) | 285.44º | 0.78% | 0.85% | - |
| XYZ | 31.49 | 16.35 | 67.14 | - |
| YUV | 105.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 217 | 0.19 | 0.78 | 0 | 0.15 | 285.44 | 0.69 | 0.52 |
| Hex | B0 | 30 | D9 | 13 | 4E | 0 | F | 11D | 45 | 34 |
| Octal | 260 | 60 | 331 | 23 | 116 | 0 | 17 | 435 | 105 | 64 |
| Binary | 10110000 | 110000 | 11011001 | 10011 | 1001110 | 0 | 1111 | 100011101 | 1000101 | 110100 |
Color Harmonies of #B030D9
Complementary color
Monochromatic Colors of #B030D9
Black with #B030D9
Text Example
Text Example
White with #B030D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030D9; }
p { color: rgb(176,48,217); }
H1.HeaderClassName
{
color: #B030D9;
}
.AnyTagClassName
{
color: #B030D9;
}
</style>
background-color css
<style>
a { background-color: #B030D9; }
a { background-color: rgb(176,48,217); }
div.DivClassName
{
background-color: #B030D9;
}
.BgClassName
{
background-color: #B030D9;
}
</style>
border-color css
<style>
span { border-color: #B030D9; }
span { border-color: rgb(176,48,217); }
td.TdClassName
{
border-color: #B030D9;
}
.TagClassName
{
border-color: #B030D9;
}
</style>