Shades of Dark Orchid #B32CE1
Tints of Dark Orchid #B32CE1
RGB
CMYK
RGB Variations
Color information
#B32CE1 (or 0xB32CE1) is known color: Dark Orchid. HEX triplet: B3, 2C and E1. RGB value is (179,44,225). Sum of RGB (Red+Green+Blue) = 179+44+225=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #B32CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CE1 is #4CD31E. Grayscale: #686868. Windows color (decimal): -5034783 or 14757043. OLE color: 14757043.
HSL color Cylindrical-coordinate representation of color #B32CE1: hue angle of 284.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32CE1 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 44 | 225 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.12 |
| HSL | 284.75º | 0.75% | 0.53% | - |
| HSV(B) | 284.75º | 0.8% | 0.88% | - |
| XYZ | 33.08 | 16.82 | 72.74 | - |
| YUV | 105 | 195.73 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 225 | 0.20 | 0.80 | 0 | 0.12 | 284.75 | 0.75 | 0.53 |
| Hex | B3 | 2C | E1 | 14 | 50 | 0 | C | 11D | 4B | 35 |
| Octal | 263 | 54 | 341 | 24 | 120 | 0 | 14 | 435 | 113 | 65 |
| Binary | 10110011 | 101100 | 11100001 | 10100 | 1010000 | 0 | 1100 | 100011101 | 1001011 | 110101 |
Color Harmonies of #B32CE1
Complementary color
Monochromatic Colors of #B32CE1
Black with #B32CE1
Text Example
Text Example
White with #B32CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CE1; }
p { color: rgb(179,44,225); }
H1.HeaderClassName
{
color: #B32CE1;
}
.AnyTagClassName
{
color: #B32CE1;
}
</style>
background-color css
<style>
a { background-color: #B32CE1; }
a { background-color: rgb(179,44,225); }
div.DivClassName
{
background-color: #B32CE1;
}
.BgClassName
{
background-color: #B32CE1;
}
</style>
border-color css
<style>
span { border-color: #B32CE1; }
span { border-color: rgb(179,44,225); }
td.TdClassName
{
border-color: #B32CE1;
}
.TagClassName
{
border-color: #B32CE1;
}
</style>