Shades of Dark Orchid #B333CE
Tints of Dark Orchid #B333CE
RGB
CMYK
RGB Variations
Color information
#B333CE (or 0xB333CE) is known color: Dark Orchid. HEX triplet: B3, 33 and CE. RGB value is (179,51,206). Sum of RGB (Red+Green+Blue) = 179+51+206=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B333CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CE is #4CCC31. Grayscale: #6A6A6A. Windows color (decimal): -5033010 or 13513651. OLE color: 13513651.
HSL color Cylindrical-coordinate representation of color #B333CE: hue angle of 289.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B333CE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 51 | 206 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.19 |
| HSL | 289.55º | 0.61% | 0.5% | - |
| HSV(B) | 289.55º | 0.75% | 0.81% | - |
| XYZ | 30.91 | 16.41 | 59.93 | - |
| YUV | 106.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 206 | 0.13 | 0.75 | 0 | 0.19 | 289.55 | 0.61 | 0.5 |
| Hex | B3 | 33 | CE | D | 4B | 0 | 13 | 122 | 3D | 32 |
| Octal | 263 | 63 | 316 | 15 | 113 | 0 | 23 | 442 | 75 | 62 |
| Binary | 10110011 | 110011 | 11001110 | 1101 | 1001011 | 0 | 10011 | 100100010 | 111101 | 110010 |
Color Harmonies of #B333CE
Complementary color
Monochromatic Colors of #B333CE
Black with #B333CE
Text Example
Text Example
White with #B333CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333CE; }
p { color: rgb(179,51,206); }
H1.HeaderClassName
{
color: #B333CE;
}
.AnyTagClassName
{
color: #B333CE;
}
</style>
background-color css
<style>
a { background-color: #B333CE; }
a { background-color: rgb(179,51,206); }
div.DivClassName
{
background-color: #B333CE;
}
.BgClassName
{
background-color: #B333CE;
}
</style>
border-color css
<style>
span { border-color: #B333CE; }
span { border-color: rgb(179,51,206); }
td.TdClassName
{
border-color: #B333CE;
}
.TagClassName
{
border-color: #B333CE;
}
</style>