Shades of Dark Orchid #B033BA
Tints of Dark Orchid #B033BA
RGB
CMYK
RGB Variations
Color information
#B033BA (or 0xB033BA) is known color: Dark Orchid. HEX triplet: B0, 33 and BA. RGB value is (176,51,186). Sum of RGB (Red+Green+Blue) = 176+51+186=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B033BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033BA is #4FCC45. Grayscale: #676767. Windows color (decimal): -5229638 or 12202928. OLE color: 12202928.
HSL color Cylindrical-coordinate representation of color #B033BA: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B033BA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 51 | 186 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.27 |
| HSL | 295.56º | 0.57% | 0.46% | - |
| HSV(B) | 295.56º | 0.73% | 0.73% | - |
| XYZ | 27.95 | 15.14 | 47.9 | - |
| YUV | 103.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 186 | 0.05 | 0.73 | 0 | 0.27 | 295.56 | 0.57 | 0.46 |
| Hex | B0 | 33 | BA | 5 | 49 | 0 | 1B | 128 | 39 | 2E |
| Octal | 260 | 63 | 272 | 5 | 111 | 0 | 33 | 450 | 71 | 56 |
| Binary | 10110000 | 110011 | 10111010 | 101 | 1001001 | 0 | 11011 | 100101000 | 111001 | 101110 |
Color Harmonies of #B033BA
Complementary color
Monochromatic Colors of #B033BA
Black with #B033BA
Text Example
Text Example
White with #B033BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033BA; }
p { color: rgb(176,51,186); }
H1.HeaderClassName
{
color: #B033BA;
}
.AnyTagClassName
{
color: #B033BA;
}
</style>
background-color css
<style>
a { background-color: #B033BA; }
a { background-color: rgb(176,51,186); }
div.DivClassName
{
background-color: #B033BA;
}
.BgClassName
{
background-color: #B033BA;
}
</style>
border-color css
<style>
span { border-color: #B033BA; }
span { border-color: rgb(176,51,186); }
td.TdClassName
{
border-color: #B033BA;
}
.TagClassName
{
border-color: #B033BA;
}
</style>