Shades of Dark Orchid #B030BA
Tints of Dark Orchid #B030BA
RGB
CMYK
RGB Variations
Color information
#B030BA (or 0xB030BA) is known color: Dark Orchid. HEX triplet: B0, 30 and BA. RGB value is (176,48,186). Sum of RGB (Red+Green+Blue) = 176+48+186=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B030BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BA is #4FCF45. Grayscale: #656565. Windows color (decimal): -5230406 or 12202160. OLE color: 12202160.
HSL color Cylindrical-coordinate representation of color #B030BA: hue angle of 295.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B030BA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 48 | 186 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.27 |
| HSL | 295.65º | 0.59% | 0.46% | - |
| HSV(B) | 295.65º | 0.74% | 0.73% | - |
| XYZ | 27.82 | 14.89 | 47.86 | - |
| YUV | 102 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 186 | 0.05 | 0.74 | 0 | 0.27 | 295.65 | 0.59 | 0.46 |
| Hex | B0 | 30 | BA | 5 | 4A | 0 | 1B | 128 | 3B | 2E |
| Octal | 260 | 60 | 272 | 5 | 112 | 0 | 33 | 450 | 73 | 56 |
| Binary | 10110000 | 110000 | 10111010 | 101 | 1001010 | 0 | 11011 | 100101000 | 111011 | 101110 |
Color Harmonies of #B030BA
Complementary color
Monochromatic Colors of #B030BA
Black with #B030BA
Text Example
Text Example
White with #B030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030BA; }
p { color: rgb(176,48,186); }
H1.HeaderClassName
{
color: #B030BA;
}
.AnyTagClassName
{
color: #B030BA;
}
</style>
background-color css
<style>
a { background-color: #B030BA; }
a { background-color: rgb(176,48,186); }
div.DivClassName
{
background-color: #B030BA;
}
.BgClassName
{
background-color: #B030BA;
}
</style>
border-color css
<style>
span { border-color: #B030BA; }
span { border-color: rgb(176,48,186); }
td.TdClassName
{
border-color: #B030BA;
}
.TagClassName
{
border-color: #B030BA;
}
</style>