Shades of Dark Orchid #B332DD
Tints of Dark Orchid #B332DD
RGB
CMYK
RGB Variations
Color information
#B332DD (or 0xB332DD) is known color: Dark Orchid. HEX triplet: B3, 32 and DD. RGB value is (179,50,221). Sum of RGB (Red+Green+Blue) = 179+50+221=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B332DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332DD is #4CCD22. Grayscale: #6B6B6B. Windows color (decimal): -5033251 or 14496435. OLE color: 14496435.
HSL color Cylindrical-coordinate representation of color #B332DD: hue angle of 285.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B332DD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 50 | 221 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.13 |
| HSL | 285.26º | 0.72% | 0.53% | - |
| HSV(B) | 285.26º | 0.77% | 0.87% | - |
| XYZ | 32.78 | 17.09 | 69.98 | - |
| YUV | 108.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 221 | 0.19 | 0.77 | 0 | 0.13 | 285.26 | 0.72 | 0.53 |
| Hex | B3 | 32 | DD | 13 | 4D | 0 | D | 11D | 48 | 35 |
| Octal | 263 | 62 | 335 | 23 | 115 | 0 | 15 | 435 | 110 | 65 |
| Binary | 10110011 | 110010 | 11011101 | 10011 | 1001101 | 0 | 1101 | 100011101 | 1001000 | 110101 |
Color Harmonies of #B332DD
Complementary color
Monochromatic Colors of #B332DD
Black with #B332DD
Text Example
Text Example
White with #B332DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332DD; }
p { color: rgb(179,50,221); }
H1.HeaderClassName
{
color: #B332DD;
}
.AnyTagClassName
{
color: #B332DD;
}
</style>
background-color css
<style>
a { background-color: #B332DD; }
a { background-color: rgb(179,50,221); }
div.DivClassName
{
background-color: #B332DD;
}
.BgClassName
{
background-color: #B332DD;
}
</style>
border-color css
<style>
span { border-color: #B332DD; }
span { border-color: rgb(179,50,221); }
td.TdClassName
{
border-color: #B332DD;
}
.TagClassName
{
border-color: #B332DD;
}
</style>