Shades of Dark Orchid #B033E8
Tints of Dark Orchid #B033E8
RGB
CMYK
RGB Variations
Color information
#B033E8 (or 0xB033E8) is known color: Dark Orchid. HEX triplet: B0, 33 and E8. RGB value is (176,51,232). Sum of RGB (Red+Green+Blue) = 176+51+232=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #B033E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033E8 is #4FCC17. Grayscale: #6C6C6C. Windows color (decimal): -5229592 or 15217584. OLE color: 15217584.
HSL color Cylindrical-coordinate representation of color #B033E8: hue angle of 281.44º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B033E8 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 51 | 232 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.09 |
| HSL | 281.44º | 0.8% | 0.55% | - |
| HSV(B) | 281.44º | 0.78% | 0.91% | - |
| XYZ | 33.65 | 17.42 | 77.93 | - |
| YUV | 109.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 232 | 0.24 | 0.78 | 0 | 0.09 | 281.44 | 0.8 | 0.55 |
| Hex | B0 | 33 | E8 | 18 | 4E | 0 | 9 | 119 | 50 | 37 |
| Octal | 260 | 63 | 350 | 30 | 116 | 0 | 11 | 431 | 120 | 67 |
| Binary | 10110000 | 110011 | 11101000 | 11000 | 1001110 | 0 | 1001 | 100011001 | 1010000 | 110111 |
Color Harmonies of #B033E8
Complementary color
Monochromatic Colors of #B033E8
Black with #B033E8
Text Example
Text Example
White with #B033E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033E8; }
p { color: rgb(176,51,232); }
H1.HeaderClassName
{
color: #B033E8;
}
.AnyTagClassName
{
color: #B033E8;
}
</style>
background-color css
<style>
a { background-color: #B033E8; }
a { background-color: rgb(176,51,232); }
div.DivClassName
{
background-color: #B033E8;
}
.BgClassName
{
background-color: #B033E8;
}
</style>
border-color css
<style>
span { border-color: #B033E8; }
span { border-color: rgb(176,51,232); }
td.TdClassName
{
border-color: #B033E8;
}
.TagClassName
{
border-color: #B033E8;
}
</style>