Shades of Dark Orchid #B033BB
Tints of Dark Orchid #B033BB
RGB
CMYK
RGB Variations
Color information
#B033BB (or 0xB033BB) is known color: Dark Orchid. HEX triplet: B0, 33 and BB. RGB value is (176,51,187). Sum of RGB (Red+Green+Blue) = 176+51+187=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #B033BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033BB is #4FCC44. Grayscale: #676767. Windows color (decimal): -5229637 or 12268464. OLE color: 12268464.
HSL color Cylindrical-coordinate representation of color #B033BB: hue angle of 295.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B033BB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 51 | 187 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.27 |
| HSL | 295.15º | 0.57% | 0.47% | - |
| HSV(B) | 295.15º | 0.73% | 0.73% | - |
| XYZ | 28.06 | 15.19 | 48.47 | - |
| YUV | 103.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 187 | 0.06 | 0.73 | 0 | 0.27 | 295.15 | 0.57 | 0.47 |
| Hex | B0 | 33 | BB | 6 | 49 | 0 | 1B | 127 | 39 | 2F |
| Octal | 260 | 63 | 273 | 6 | 111 | 0 | 33 | 447 | 71 | 57 |
| Binary | 10110000 | 110011 | 10111011 | 110 | 1001001 | 0 | 11011 | 100100111 | 111001 | 101111 |
Color Harmonies of #B033BB
Complementary color
Monochromatic Colors of #B033BB
Black with #B033BB
Text Example
Text Example
White with #B033BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033BB; }
p { color: rgb(176,51,187); }
H1.HeaderClassName
{
color: #B033BB;
}
.AnyTagClassName
{
color: #B033BB;
}
</style>
background-color css
<style>
a { background-color: #B033BB; }
a { background-color: rgb(176,51,187); }
div.DivClassName
{
background-color: #B033BB;
}
.BgClassName
{
background-color: #B033BB;
}
</style>
border-color css
<style>
span { border-color: #B033BB; }
span { border-color: rgb(176,51,187); }
td.TdClassName
{
border-color: #B033BB;
}
.TagClassName
{
border-color: #B033BB;
}
</style>