Shades of Dark Orchid #B033CB
Tints of Dark Orchid #B033CB
RGB
CMYK
RGB Variations
Color information
#B033CB (or 0xB033CB) is known color: Dark Orchid. HEX triplet: B0, 33 and CB. RGB value is (176,51,203). Sum of RGB (Red+Green+Blue) = 176+51+203=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B033CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033CB is #4FCC34. Grayscale: #696969. Windows color (decimal): -5229621 or 13317040. OLE color: 13317040.
HSL color Cylindrical-coordinate representation of color #B033CB: hue angle of 289.34º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B033CB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 51 | 203 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.20 |
| HSL | 289.34º | 0.6% | 0.5% | - |
| HSV(B) | 289.34º | 0.75% | 0.8% | - |
| XYZ | 29.87 | 15.91 | 58 | - |
| YUV | 105.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 203 | 0.13 | 0.75 | 0 | 0.20 | 289.34 | 0.6 | 0.5 |
| Hex | B0 | 33 | CB | D | 4B | 0 | 14 | 121 | 3C | 32 |
| Octal | 260 | 63 | 313 | 15 | 113 | 0 | 24 | 441 | 74 | 62 |
| Binary | 10110000 | 110011 | 11001011 | 1101 | 1001011 | 0 | 10100 | 100100001 | 111100 | 110010 |
Color Harmonies of #B033CB
Complementary color
Monochromatic Colors of #B033CB
Black with #B033CB
Text Example
Text Example
White with #B033CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033CB; }
p { color: rgb(176,51,203); }
H1.HeaderClassName
{
color: #B033CB;
}
.AnyTagClassName
{
color: #B033CB;
}
</style>
background-color css
<style>
a { background-color: #B033CB; }
a { background-color: rgb(176,51,203); }
div.DivClassName
{
background-color: #B033CB;
}
.BgClassName
{
background-color: #B033CB;
}
</style>
border-color css
<style>
span { border-color: #B033CB; }
span { border-color: rgb(176,51,203); }
td.TdClassName
{
border-color: #B033CB;
}
.TagClassName
{
border-color: #B033CB;
}
</style>