Shades of Dark Orchid #B033ED
Tints of Dark Orchid #B033ED
RGB
CMYK
RGB Variations
Color information
#B033ED (or 0xB033ED) is known color: Dark Orchid. HEX triplet: B0, 33 and ED. RGB value is (176,51,237). Sum of RGB (Red+Green+Blue) = 176+51+237=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #B033ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033ED is #4FCC12. Grayscale: #6C6C6C. Windows color (decimal): -5229587 or 15545264. OLE color: 15545264.
HSL color Cylindrical-coordinate representation of color #B033ED: hue angle of 280.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B033ED is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 51 | 237 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.07 |
| HSL | 280.32º | 0.84% | 0.56% | - |
| HSV(B) | 280.32º | 0.78% | 0.93% | - |
| XYZ | 34.37 | 17.71 | 81.73 | - |
| YUV | 109.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 237 | 0.26 | 0.78 | 0 | 0.07 | 280.32 | 0.84 | 0.56 |
| Hex | B0 | 33 | ED | 1A | 4E | 0 | 7 | 118 | 54 | 38 |
| Octal | 260 | 63 | 355 | 32 | 116 | 0 | 7 | 430 | 124 | 70 |
| Binary | 10110000 | 110011 | 11101101 | 11010 | 1001110 | 0 | 111 | 100011000 | 1010100 | 111000 |
Color Harmonies of #B033ED
Complementary color
Monochromatic Colors of #B033ED
Black with #B033ED
Text Example
Text Example
White with #B033ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033ED; }
p { color: rgb(176,51,237); }
H1.HeaderClassName
{
color: #B033ED;
}
.AnyTagClassName
{
color: #B033ED;
}
</style>
background-color css
<style>
a { background-color: #B033ED; }
a { background-color: rgb(176,51,237); }
div.DivClassName
{
background-color: #B033ED;
}
.BgClassName
{
background-color: #B033ED;
}
</style>
border-color css
<style>
span { border-color: #B033ED; }
span { border-color: rgb(176,51,237); }
td.TdClassName
{
border-color: #B033ED;
}
.TagClassName
{
border-color: #B033ED;
}
</style>