Shades of Dark Orchid #B32AEB
Tints of Dark Orchid #B32AEB
RGB
CMYK
RGB Variations
Color information
#B32AEB (or 0xB32AEB) is known color: Dark Orchid. HEX triplet: B3, 2A and EB. RGB value is (179,42,235). Sum of RGB (Red+Green+Blue) = 179+42+235=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #B32AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32AEB is #4CD514. Grayscale: #686868. Windows color (decimal): -5035285 or 15411891. OLE color: 15411891.
HSL color Cylindrical-coordinate representation of color #B32AEB: hue angle of 282.59º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32AEB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 42 | 235 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.08 |
| HSL | 282.59º | 0.83% | 0.54% | - |
| HSV(B) | 282.59º | 0.82% | 0.92% | - |
| XYZ | 34.41 | 17.24 | 80.11 | - |
| YUV | 104.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 235 | 0.24 | 0.82 | 0 | 0.08 | 282.59 | 0.83 | 0.54 |
| Hex | B3 | 2A | EB | 18 | 52 | 0 | 8 | 11B | 53 | 36 |
| Octal | 263 | 52 | 353 | 30 | 122 | 0 | 10 | 433 | 123 | 66 |
| Binary | 10110011 | 101010 | 11101011 | 11000 | 1010010 | 0 | 1000 | 100011011 | 1010011 | 110110 |
Color Harmonies of #B32AEB
Complementary color
Monochromatic Colors of #B32AEB
Black with #B32AEB
Text Example
Text Example
White with #B32AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32AEB; }
p { color: rgb(179,42,235); }
H1.HeaderClassName
{
color: #B32AEB;
}
.AnyTagClassName
{
color: #B32AEB;
}
</style>
background-color css
<style>
a { background-color: #B32AEB; }
a { background-color: rgb(179,42,235); }
div.DivClassName
{
background-color: #B32AEB;
}
.BgClassName
{
background-color: #B32AEB;
}
</style>
border-color css
<style>
span { border-color: #B32AEB; }
span { border-color: rgb(179,42,235); }
td.TdClassName
{
border-color: #B32AEB;
}
.TagClassName
{
border-color: #B32AEB;
}
</style>