Shades of Dark Orchid #B332CE
Tints of Dark Orchid #B332CE
RGB
CMYK
RGB Variations
Color information
#B332CE (or 0xB332CE) is known color: Dark Orchid. HEX triplet: B3, 32 and CE. RGB value is (179,50,206). Sum of RGB (Red+Green+Blue) = 179+50+206=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B332CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CE is #4CCD31. Grayscale: #696969. Windows color (decimal): -5033266 or 13513395. OLE color: 13513395.
HSL color Cylindrical-coordinate representation of color #B332CE: hue angle of 289.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B332CE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 50 | 206 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.19 |
| HSL | 289.62º | 0.61% | 0.5% | - |
| HSV(B) | 289.62º | 0.76% | 0.81% | - |
| XYZ | 30.87 | 16.32 | 59.92 | - |
| YUV | 106.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 206 | 0.13 | 0.76 | 0 | 0.19 | 289.62 | 0.61 | 0.5 |
| Hex | B3 | 32 | CE | D | 4C | 0 | 13 | 122 | 3D | 32 |
| Octal | 263 | 62 | 316 | 15 | 114 | 0 | 23 | 442 | 75 | 62 |
| Binary | 10110011 | 110010 | 11001110 | 1101 | 1001100 | 0 | 10011 | 100100010 | 111101 | 110010 |
Color Harmonies of #B332CE
Complementary color
Monochromatic Colors of #B332CE
Black with #B332CE
Text Example
Text Example
White with #B332CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332CE; }
p { color: rgb(179,50,206); }
H1.HeaderClassName
{
color: #B332CE;
}
.AnyTagClassName
{
color: #B332CE;
}
</style>
background-color css
<style>
a { background-color: #B332CE; }
a { background-color: rgb(179,50,206); }
div.DivClassName
{
background-color: #B332CE;
}
.BgClassName
{
background-color: #B332CE;
}
</style>
border-color css
<style>
span { border-color: #B332CE; }
span { border-color: rgb(179,50,206); }
td.TdClassName
{
border-color: #B332CE;
}
.TagClassName
{
border-color: #B332CE;
}
</style>