Shades of Dark Orchid #B033BD
Tints of Dark Orchid #B033BD
RGB
CMYK
RGB Variations
Color information
#B033BD (or 0xB033BD) is known color: Dark Orchid. HEX triplet: B0, 33 and BD. RGB value is (176,51,189). Sum of RGB (Red+Green+Blue) = 176+51+189=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B033BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033BD is #4FCC42. Grayscale: #676767. Windows color (decimal): -5229635 or 12399536. OLE color: 12399536.
HSL color Cylindrical-coordinate representation of color #B033BD: hue angle of 294.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B033BD is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 51 | 189 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.26 |
| HSL | 294.35º | 0.58% | 0.47% | - |
| HSV(B) | 294.35º | 0.73% | 0.74% | - |
| XYZ | 28.27 | 15.27 | 49.6 | - |
| YUV | 104.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 189 | 0.07 | 0.73 | 0 | 0.26 | 294.35 | 0.58 | 0.47 |
| Hex | B0 | 33 | BD | 7 | 49 | 0 | 1A | 126 | 3A | 2F |
| Octal | 260 | 63 | 275 | 7 | 111 | 0 | 32 | 446 | 72 | 57 |
| Binary | 10110000 | 110011 | 10111101 | 111 | 1001001 | 0 | 11010 | 100100110 | 111010 | 101111 |
Color Harmonies of #B033BD
Complementary color
Monochromatic Colors of #B033BD
Black with #B033BD
Text Example
Text Example
White with #B033BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033BD; }
p { color: rgb(176,51,189); }
H1.HeaderClassName
{
color: #B033BD;
}
.AnyTagClassName
{
color: #B033BD;
}
</style>
background-color css
<style>
a { background-color: #B033BD; }
a { background-color: rgb(176,51,189); }
div.DivClassName
{
background-color: #B033BD;
}
.BgClassName
{
background-color: #B033BD;
}
</style>
border-color css
<style>
span { border-color: #B033BD; }
span { border-color: rgb(176,51,189); }
td.TdClassName
{
border-color: #B033BD;
}
.TagClassName
{
border-color: #B033BD;
}
</style>