Shades of Dark Orchid #B32FE4
Tints of Dark Orchid #B32FE4
RGB
CMYK
RGB Variations
Color information
#B32FE4 (or 0xB32FE4) is known color: Dark Orchid. HEX triplet: B3, 2F and E4. RGB value is (179,47,228). Sum of RGB (Red+Green+Blue) = 179+47+228=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #B32FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FE4 is #4CD01B. Grayscale: #6A6A6A. Windows color (decimal): -5034012 or 14954419. OLE color: 14954419.
HSL color Cylindrical-coordinate representation of color #B32FE4: hue angle of 283.76º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32FE4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 47 | 228 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.11 |
| HSL | 283.76º | 0.77% | 0.54% | - |
| HSV(B) | 283.76º | 0.79% | 0.89% | - |
| XYZ | 33.61 | 17.22 | 74.95 | - |
| YUV | 107.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 228 | 0.21 | 0.79 | 0 | 0.11 | 283.76 | 0.77 | 0.54 |
| Hex | B3 | 2F | E4 | 15 | 4F | 0 | B | 11C | 4D | 36 |
| Octal | 263 | 57 | 344 | 25 | 117 | 0 | 13 | 434 | 115 | 66 |
| Binary | 10110011 | 101111 | 11100100 | 10101 | 1001111 | 0 | 1011 | 100011100 | 1001101 | 110110 |
Color Harmonies of #B32FE4
Complementary color
Monochromatic Colors of #B32FE4
Black with #B32FE4
Text Example
Text Example
White with #B32FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FE4; }
p { color: rgb(179,47,228); }
H1.HeaderClassName
{
color: #B32FE4;
}
.AnyTagClassName
{
color: #B32FE4;
}
</style>
background-color css
<style>
a { background-color: #B32FE4; }
a { background-color: rgb(179,47,228); }
div.DivClassName
{
background-color: #B32FE4;
}
.BgClassName
{
background-color: #B32FE4;
}
</style>
border-color css
<style>
span { border-color: #B32FE4; }
span { border-color: rgb(179,47,228); }
td.TdClassName
{
border-color: #B32FE4;
}
.TagClassName
{
border-color: #B32FE4;
}
</style>