Shades of Dark Orchid #B32ED5
Tints of Dark Orchid #B32ED5
RGB
CMYK
RGB Variations
Color information
#B32ED5 (or 0xB32ED5) is known color: Dark Orchid. HEX triplet: B3, 2E and D5. RGB value is (179,46,213). Sum of RGB (Red+Green+Blue) = 179+46+213=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #B32ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ED5 is #4CD12A. Grayscale: #686868. Windows color (decimal): -5034283 or 13971123. OLE color: 13971123.
HSL color Cylindrical-coordinate representation of color #B32ED5: hue angle of 287.78º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32ED5 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 46 | 213 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.16 |
| HSL | 287.78º | 0.67% | 0.51% | - |
| HSV(B) | 287.78º | 0.78% | 0.84% | - |
| XYZ | 31.58 | 16.34 | 64.44 | - |
| YUV | 104.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 213 | 0.16 | 0.78 | 0 | 0.16 | 287.78 | 0.67 | 0.51 |
| Hex | B3 | 2E | D5 | 10 | 4E | 0 | 10 | 120 | 43 | 33 |
| Octal | 263 | 56 | 325 | 20 | 116 | 0 | 20 | 440 | 103 | 63 |
| Binary | 10110011 | 101110 | 11010101 | 10000 | 1001110 | 0 | 10000 | 100100000 | 1000011 | 110011 |
Color Harmonies of #B32ED5
Complementary color
Monochromatic Colors of #B32ED5
Black with #B32ED5
Text Example
Text Example
White with #B32ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32ED5; }
p { color: rgb(179,46,213); }
H1.HeaderClassName
{
color: #B32ED5;
}
.AnyTagClassName
{
color: #B32ED5;
}
</style>
background-color css
<style>
a { background-color: #B32ED5; }
a { background-color: rgb(179,46,213); }
div.DivClassName
{
background-color: #B32ED5;
}
.BgClassName
{
background-color: #B32ED5;
}
</style>
border-color css
<style>
span { border-color: #B32ED5; }
span { border-color: rgb(179,46,213); }
td.TdClassName
{
border-color: #B32ED5;
}
.TagClassName
{
border-color: #B32ED5;
}
</style>