Shades of Dark Orchid #B32FDD
Tints of Dark Orchid #B32FDD
RGB
CMYK
RGB Variations
Color information
#B32FDD (or 0xB32FDD) is known color: Dark Orchid. HEX triplet: B3, 2F and DD. RGB value is (179,47,221). Sum of RGB (Red+Green+Blue) = 179+47+221=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B32FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FDD is #4CD022. Grayscale: #696969. Windows color (decimal): -5034019 or 14495667. OLE color: 14495667.
HSL color Cylindrical-coordinate representation of color #B32FDD: hue angle of 285.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32FDD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 47 | 221 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.13 |
| HSL | 285.52º | 0.72% | 0.53% | - |
| HSV(B) | 285.52º | 0.79% | 0.87% | - |
| XYZ | 32.66 | 16.84 | 69.94 | - |
| YUV | 106.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 221 | 0.19 | 0.79 | 0 | 0.13 | 285.52 | 0.72 | 0.53 |
| Hex | B3 | 2F | DD | 13 | 4F | 0 | D | 11E | 48 | 35 |
| Octal | 263 | 57 | 335 | 23 | 117 | 0 | 15 | 436 | 110 | 65 |
| Binary | 10110011 | 101111 | 11011101 | 10011 | 1001111 | 0 | 1101 | 100011110 | 1001000 | 110101 |
Color Harmonies of #B32FDD
Complementary color
Monochromatic Colors of #B32FDD
Black with #B32FDD
Text Example
Text Example
White with #B32FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FDD; }
p { color: rgb(179,47,221); }
H1.HeaderClassName
{
color: #B32FDD;
}
.AnyTagClassName
{
color: #B32FDD;
}
</style>
background-color css
<style>
a { background-color: #B32FDD; }
a { background-color: rgb(179,47,221); }
div.DivClassName
{
background-color: #B32FDD;
}
.BgClassName
{
background-color: #B32FDD;
}
</style>
border-color css
<style>
span { border-color: #B32FDD; }
span { border-color: rgb(179,47,221); }
td.TdClassName
{
border-color: #B32FDD;
}
.TagClassName
{
border-color: #B32FDD;
}
</style>