Shades of Dark Orchid #B32EDD
Tints of Dark Orchid #B32EDD
RGB
CMYK
RGB Variations
Color information
#B32EDD (or 0xB32EDD) is known color: Dark Orchid. HEX triplet: B3, 2E and DD. RGB value is (179,46,221). Sum of RGB (Red+Green+Blue) = 179+46+221=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B32EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32EDD is #4CD122. Grayscale: #696969. Windows color (decimal): -5034275 or 14495411. OLE color: 14495411.
HSL color Cylindrical-coordinate representation of color #B32EDD: hue angle of 285.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32EDD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 46 | 221 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.13 |
| HSL | 285.6º | 0.72% | 0.52% | - |
| HSV(B) | 285.6º | 0.79% | 0.87% | - |
| XYZ | 32.62 | 16.76 | 69.92 | - |
| YUV | 105.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 221 | 0.19 | 0.79 | 0 | 0.13 | 285.6 | 0.72 | 0.52 |
| Hex | B3 | 2E | DD | 13 | 4F | 0 | D | 11E | 48 | 34 |
| Octal | 263 | 56 | 335 | 23 | 117 | 0 | 15 | 436 | 110 | 64 |
| Binary | 10110011 | 101110 | 11011101 | 10011 | 1001111 | 0 | 1101 | 100011110 | 1001000 | 110100 |
Color Harmonies of #B32EDD
Complementary color
Monochromatic Colors of #B32EDD
Black with #B32EDD
Text Example
Text Example
White with #B32EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32EDD; }
p { color: rgb(179,46,221); }
H1.HeaderClassName
{
color: #B32EDD;
}
.AnyTagClassName
{
color: #B32EDD;
}
</style>
background-color css
<style>
a { background-color: #B32EDD; }
a { background-color: rgb(179,46,221); }
div.DivClassName
{
background-color: #B32EDD;
}
.BgClassName
{
background-color: #B32EDD;
}
</style>
border-color css
<style>
span { border-color: #B32EDD; }
span { border-color: rgb(179,46,221); }
td.TdClassName
{
border-color: #B32EDD;
}
.TagClassName
{
border-color: #B32EDD;
}
</style>