Shades of Dark Orchid #B033C0
Tints of Dark Orchid #B033C0
RGB
CMYK
RGB Variations
Color information
#B033C0 (or 0xB033C0) is known color: Dark Orchid. HEX triplet: B0, 33 and C0. RGB value is (176,51,192). Sum of RGB (Red+Green+Blue) = 176+51+192=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #B033C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033C0 is #4FCC3F. Grayscale: #686868. Windows color (decimal): -5229632 or 12596144. OLE color: 12596144.
HSL color Cylindrical-coordinate representation of color #B033C0: hue angle of 293.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B033C0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 51 | 192 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.25 |
| HSL | 293.19º | 0.58% | 0.48% | - |
| HSV(B) | 293.19º | 0.73% | 0.75% | - |
| XYZ | 28.6 | 15.4 | 51.33 | - |
| YUV | 104.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 192 | 0.08 | 0.73 | 0 | 0.25 | 293.19 | 0.58 | 0.48 |
| Hex | B0 | 33 | C0 | 8 | 49 | 0 | 19 | 125 | 3A | 30 |
| Octal | 260 | 63 | 300 | 10 | 111 | 0 | 31 | 445 | 72 | 60 |
| Binary | 10110000 | 110011 | 11000000 | 1000 | 1001001 | 0 | 11001 | 100100101 | 111010 | 110000 |
Color Harmonies of #B033C0
Complementary color
Monochromatic Colors of #B033C0
Black with #B033C0
Text Example
Text Example
White with #B033C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033C0; }
p { color: rgb(176,51,192); }
H1.HeaderClassName
{
color: #B033C0;
}
.AnyTagClassName
{
color: #B033C0;
}
</style>
background-color css
<style>
a { background-color: #B033C0; }
a { background-color: rgb(176,51,192); }
div.DivClassName
{
background-color: #B033C0;
}
.BgClassName
{
background-color: #B033C0;
}
</style>
border-color css
<style>
span { border-color: #B033C0; }
span { border-color: rgb(176,51,192); }
td.TdClassName
{
border-color: #B033C0;
}
.TagClassName
{
border-color: #B033C0;
}
</style>