Shades of Dark Orchid #B332CC
Tints of Dark Orchid #B332CC
RGB
CMYK
RGB Variations
Color information
#B332CC (or 0xB332CC) is known color: Dark Orchid. HEX triplet: B3, 32 and CC. RGB value is (179,50,204). Sum of RGB (Red+Green+Blue) = 179+50+204=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #B332CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CC is #4CCD33. Grayscale: #696969. Windows color (decimal): -5033268 or 13382323. OLE color: 13382323.
HSL color Cylindrical-coordinate representation of color #B332CC: hue angle of 290.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B332CC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 50 | 204 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.2 |
| HSL | 290.26º | 0.61% | 0.5% | - |
| HSV(B) | 290.26º | 0.75% | 0.8% | - |
| XYZ | 30.63 | 16.22 | 58.64 | - |
| YUV | 106.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 204 | 0.12 | 0.75 | 0 | 0.2 | 290.26 | 0.61 | 0.5 |
| Hex | B3 | 32 | CC | C | 4B | 0 | 14 | 122 | 3D | 32 |
| Octal | 263 | 62 | 314 | 14 | 113 | 0 | 24 | 442 | 75 | 62 |
| Binary | 10110011 | 110010 | 11001100 | 1100 | 1001011 | 0 | 10100 | 100100010 | 111101 | 110010 |
Color Harmonies of #B332CC
Complementary color
Monochromatic Colors of #B332CC
Black with #B332CC
Text Example
Text Example
White with #B332CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332CC; }
p { color: rgb(179,50,204); }
H1.HeaderClassName
{
color: #B332CC;
}
.AnyTagClassName
{
color: #B332CC;
}
</style>
background-color css
<style>
a { background-color: #B332CC; }
a { background-color: rgb(179,50,204); }
div.DivClassName
{
background-color: #B332CC;
}
.BgClassName
{
background-color: #B332CC;
}
</style>
border-color css
<style>
span { border-color: #B332CC; }
span { border-color: rgb(179,50,204); }
td.TdClassName
{
border-color: #B332CC;
}
.TagClassName
{
border-color: #B332CC;
}
</style>