Shades of Dark Orchid #B432E1
Tints of Dark Orchid #B432E1
RGB
CMYK
RGB Variations
Color information
#B432E1 (or 0xB432E1) is known color: Dark Orchid. HEX triplet: B4, 32 and E1. RGB value is (180,50,225). Sum of RGB (Red+Green+Blue) = 180+50+225=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #B432E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432E1 is #4BCD1E. Grayscale: #6C6C6C. Windows color (decimal): -4967711 or 14758580. OLE color: 14758580.
HSL color Cylindrical-coordinate representation of color #B432E1: hue angle of 284.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B432E1 is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 50 | 225 | - |
| CMYK | 0.2 | 0.78 | 0 | 0.12 |
| HSL | 284.57º | 0.74% | 0.54% | - |
| HSV(B) | 284.57º | 0.78% | 0.88% | - |
| XYZ | 33.55 | 17.42 | 72.83 | - |
| YUV | 108.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 225 | 0.2 | 0.78 | 0 | 0.12 | 284.57 | 0.74 | 0.54 |
| Hex | B4 | 32 | E1 | 14 | 4E | 0 | C | 11D | 4A | 36 |
| Octal | 264 | 62 | 341 | 24 | 116 | 0 | 14 | 435 | 112 | 66 |
| Binary | 10110100 | 110010 | 11100001 | 10100 | 1001110 | 0 | 1100 | 100011101 | 1001010 | 110110 |
Color Harmonies of #B432E1
Complementary color
Monochromatic Colors of #B432E1
Black with #B432E1
Text Example
Text Example
White with #B432E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432E1; }
p { color: rgb(180,50,225); }
H1.HeaderClassName
{
color: #B432E1;
}
.AnyTagClassName
{
color: #B432E1;
}
</style>
background-color css
<style>
a { background-color: #B432E1; }
a { background-color: rgb(180,50,225); }
div.DivClassName
{
background-color: #B432E1;
}
.BgClassName
{
background-color: #B432E1;
}
</style>
border-color css
<style>
span { border-color: #B432E1; }
span { border-color: rgb(180,50,225); }
td.TdClassName
{
border-color: #B432E1;
}
.TagClassName
{
border-color: #B432E1;
}
</style>