Shades of Dark Orchid #B030D6
Tints of Dark Orchid #B030D6
RGB
CMYK
RGB Variations
Color information
#B030D6 (or 0xB030D6) is known color: Dark Orchid. HEX triplet: B0, 30 and D6. RGB value is (176,48,214). Sum of RGB (Red+Green+Blue) = 176+48+214=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #B030D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030D6 is #4FCF29. Grayscale: #686868. Windows color (decimal): -5230378 or 14037168. OLE color: 14037168.
HSL color Cylindrical-coordinate representation of color #B030D6: hue angle of 286.27º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B030D6 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 48 | 214 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.16 |
| HSL | 286.27º | 0.67% | 0.51% | - |
| HSV(B) | 286.27º | 0.78% | 0.84% | - |
| XYZ | 31.1 | 16.2 | 65.11 | - |
| YUV | 105.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 214 | 0.18 | 0.78 | 0 | 0.16 | 286.27 | 0.67 | 0.51 |
| Hex | B0 | 30 | D6 | 12 | 4E | 0 | 10 | 11E | 43 | 33 |
| Octal | 260 | 60 | 326 | 22 | 116 | 0 | 20 | 436 | 103 | 63 |
| Binary | 10110000 | 110000 | 11010110 | 10010 | 1001110 | 0 | 10000 | 100011110 | 1000011 | 110011 |
Color Harmonies of #B030D6
Complementary color
Monochromatic Colors of #B030D6
Black with #B030D6
Text Example
Text Example
White with #B030D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030D6; }
p { color: rgb(176,48,214); }
H1.HeaderClassName
{
color: #B030D6;
}
.AnyTagClassName
{
color: #B030D6;
}
</style>
background-color css
<style>
a { background-color: #B030D6; }
a { background-color: rgb(176,48,214); }
div.DivClassName
{
background-color: #B030D6;
}
.BgClassName
{
background-color: #B030D6;
}
</style>
border-color css
<style>
span { border-color: #B030D6; }
span { border-color: rgb(176,48,214); }
td.TdClassName
{
border-color: #B030D6;
}
.TagClassName
{
border-color: #B030D6;
}
</style>