Shades of Dark Orchid #B033EE
Tints of Dark Orchid #B033EE
RGB
CMYK
RGB Variations
Color information
#B033EE (or 0xB033EE) is known color: Dark Orchid. HEX triplet: B0, 33 and EE. RGB value is (176,51,238). Sum of RGB (Red+Green+Blue) = 176+51+238=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #B033EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033EE is #4FCC11. Grayscale: #6D6D6D. Windows color (decimal): -5229586 or 15610800. OLE color: 15610800.
HSL color Cylindrical-coordinate representation of color #B033EE: hue angle of 280.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B033EE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 51 | 238 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.07 |
| HSL | 280.11º | 0.85% | 0.57% | - |
| HSV(B) | 280.11º | 0.79% | 0.93% | - |
| XYZ | 34.52 | 17.77 | 82.5 | - |
| YUV | 109.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 238 | 0.26 | 0.79 | 0 | 0.07 | 280.11 | 0.85 | 0.57 |
| Hex | B0 | 33 | EE | 1A | 4F | 0 | 7 | 118 | 55 | 39 |
| Octal | 260 | 63 | 356 | 32 | 117 | 0 | 7 | 430 | 125 | 71 |
| Binary | 10110000 | 110011 | 11101110 | 11010 | 1001111 | 0 | 111 | 100011000 | 1010101 | 111001 |
Color Harmonies of #B033EE
Complementary color
Monochromatic Colors of #B033EE
Black with #B033EE
Text Example
Text Example
White with #B033EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033EE; }
p { color: rgb(176,51,238); }
H1.HeaderClassName
{
color: #B033EE;
}
.AnyTagClassName
{
color: #B033EE;
}
</style>
background-color css
<style>
a { background-color: #B033EE; }
a { background-color: rgb(176,51,238); }
div.DivClassName
{
background-color: #B033EE;
}
.BgClassName
{
background-color: #B033EE;
}
</style>
border-color css
<style>
span { border-color: #B033EE; }
span { border-color: rgb(176,51,238); }
td.TdClassName
{
border-color: #B033EE;
}
.TagClassName
{
border-color: #B033EE;
}
</style>