Shades of Dark Orchid #B32CDE
Tints of Dark Orchid #B32CDE
RGB
CMYK
RGB Variations
Color information
#B32CDE (or 0xB32CDE) is known color: Dark Orchid. HEX triplet: B3, 2C and DE. RGB value is (179,44,222). Sum of RGB (Red+Green+Blue) = 179+44+222=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #B32CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CDE is #4CD321. Grayscale: #686868. Windows color (decimal): -5034786 or 14560435. OLE color: 14560435.
HSL color Cylindrical-coordinate representation of color #B32CDE: hue angle of 285.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32CDE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 44 | 222 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.13 |
| HSL | 285.51º | 0.73% | 0.52% | - |
| HSV(B) | 285.51º | 0.8% | 0.87% | - |
| XYZ | 32.68 | 16.66 | 70.6 | - |
| YUV | 104.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 222 | 0.19 | 0.80 | 0 | 0.13 | 285.51 | 0.73 | 0.52 |
| Hex | B3 | 2C | DE | 13 | 50 | 0 | D | 11E | 49 | 34 |
| Octal | 263 | 54 | 336 | 23 | 120 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110011 | 101100 | 11011110 | 10011 | 1010000 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B32CDE
Complementary color
Monochromatic Colors of #B32CDE
Black with #B32CDE
Text Example
Text Example
White with #B32CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CDE; }
p { color: rgb(179,44,222); }
H1.HeaderClassName
{
color: #B32CDE;
}
.AnyTagClassName
{
color: #B32CDE;
}
</style>
background-color css
<style>
a { background-color: #B32CDE; }
a { background-color: rgb(179,44,222); }
div.DivClassName
{
background-color: #B32CDE;
}
.BgClassName
{
background-color: #B32CDE;
}
</style>
border-color css
<style>
span { border-color: #B32CDE; }
span { border-color: rgb(179,44,222); }
td.TdClassName
{
border-color: #B32CDE;
}
.TagClassName
{
border-color: #B32CDE;
}
</style>