Shades of Dark Orchid #B32BDE
Tints of Dark Orchid #B32BDE
RGB
CMYK
RGB Variations
Color information
#B32BDE (or 0xB32BDE) is known color: Dark Orchid. HEX triplet: B3, 2B and DE. RGB value is (179,43,222). Sum of RGB (Red+Green+Blue) = 179+43+222=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #B32BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BDE is #4CD421. Grayscale: #676767. Windows color (decimal): -5035042 or 14560179. OLE color: 14560179.
HSL color Cylindrical-coordinate representation of color #B32BDE: hue angle of 285.59º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32BDE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 43 | 222 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 285.59º | 0.73% | 0.52% | - |
| HSV(B) | 285.59º | 0.81% | 0.87% | - |
| XYZ | 32.64 | 16.59 | 70.59 | - |
| YUV | 104.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 222 | 0.19 | 0.81 | 0 | 0.13 | 285.59 | 0.73 | 0.52 |
| Hex | B3 | 2B | DE | 13 | 51 | 0 | D | 11E | 49 | 34 |
| Octal | 263 | 53 | 336 | 23 | 121 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110011 | 101011 | 11011110 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B32BDE
Complementary color
Monochromatic Colors of #B32BDE
Black with #B32BDE
Text Example
Text Example
White with #B32BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BDE; }
p { color: rgb(179,43,222); }
H1.HeaderClassName
{
color: #B32BDE;
}
.AnyTagClassName
{
color: #B32BDE;
}
</style>
background-color css
<style>
a { background-color: #B32BDE; }
a { background-color: rgb(179,43,222); }
div.DivClassName
{
background-color: #B32BDE;
}
.BgClassName
{
background-color: #B32BDE;
}
</style>
border-color css
<style>
span { border-color: #B32BDE; }
span { border-color: rgb(179,43,222); }
td.TdClassName
{
border-color: #B32BDE;
}
.TagClassName
{
border-color: #B32BDE;
}
</style>