Shades of Dark Orchid #B030D4
Tints of Dark Orchid #B030D4
RGB
CMYK
RGB Variations
Color information
#B030D4 (or 0xB030D4) is known color: Dark Orchid. HEX triplet: B0, 30 and D4. RGB value is (176,48,212). Sum of RGB (Red+Green+Blue) = 176+48+212=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #B030D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030D4 is #4FCF2B. Grayscale: #686868. Windows color (decimal): -5230380 or 13906096. OLE color: 13906096.
HSL color Cylindrical-coordinate representation of color #B030D4: hue angle of 286.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B030D4 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 48 | 212 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.17 |
| HSL | 286.83º | 0.66% | 0.51% | - |
| HSV(B) | 286.83º | 0.77% | 0.83% | - |
| XYZ | 30.85 | 16.1 | 63.77 | - |
| YUV | 104.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 212 | 0.17 | 0.77 | 0 | 0.17 | 286.83 | 0.66 | 0.51 |
| Hex | B0 | 30 | D4 | 11 | 4D | 0 | 11 | 11F | 42 | 33 |
| Octal | 260 | 60 | 324 | 21 | 115 | 0 | 21 | 437 | 102 | 63 |
| Binary | 10110000 | 110000 | 11010100 | 10001 | 1001101 | 0 | 10001 | 100011111 | 1000010 | 110011 |
Color Harmonies of #B030D4
Complementary color
Monochromatic Colors of #B030D4
Black with #B030D4
Text Example
Text Example
White with #B030D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030D4; }
p { color: rgb(176,48,212); }
H1.HeaderClassName
{
color: #B030D4;
}
.AnyTagClassName
{
color: #B030D4;
}
</style>
background-color css
<style>
a { background-color: #B030D4; }
a { background-color: rgb(176,48,212); }
div.DivClassName
{
background-color: #B030D4;
}
.BgClassName
{
background-color: #B030D4;
}
</style>
border-color css
<style>
span { border-color: #B030D4; }
span { border-color: rgb(176,48,212); }
td.TdClassName
{
border-color: #B030D4;
}
.TagClassName
{
border-color: #B030D4;
}
</style>