Shades of Dark Orchid #B32AEF
Tints of Dark Orchid #B32AEF
RGB
CMYK
RGB Variations
Color information
#B32AEF (or 0xB32AEF) is known color: Dark Orchid. HEX triplet: B3, 2A and EF. RGB value is (179,42,239). Sum of RGB (Red+Green+Blue) = 179+42+239=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #B32AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32AEF is #4CD510. Grayscale: #686868. Windows color (decimal): -5035281 or 15674035. OLE color: 15674035.
HSL color Cylindrical-coordinate representation of color #B32AEF: hue angle of 281.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32AEF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 42 | 239 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.06 |
| HSL | 281.73º | 0.86% | 0.55% | - |
| HSV(B) | 281.73º | 0.82% | 0.94% | - |
| XYZ | 35 | 17.47 | 83.19 | - |
| YUV | 105.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 239 | 0.25 | 0.82 | 0 | 0.06 | 281.73 | 0.86 | 0.55 |
| Hex | B3 | 2A | EF | 19 | 52 | 0 | 6 | 11A | 56 | 37 |
| Octal | 263 | 52 | 357 | 31 | 122 | 0 | 6 | 432 | 126 | 67 |
| Binary | 10110011 | 101010 | 11101111 | 11001 | 1010010 | 0 | 110 | 100011010 | 1010110 | 110111 |
Color Harmonies of #B32AEF
Complementary color
Monochromatic Colors of #B32AEF
Black with #B32AEF
Text Example
Text Example
White with #B32AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32AEF; }
p { color: rgb(179,42,239); }
H1.HeaderClassName
{
color: #B32AEF;
}
.AnyTagClassName
{
color: #B32AEF;
}
</style>
background-color css
<style>
a { background-color: #B32AEF; }
a { background-color: rgb(179,42,239); }
div.DivClassName
{
background-color: #B32AEF;
}
.BgClassName
{
background-color: #B32AEF;
}
</style>
border-color css
<style>
span { border-color: #B32AEF; }
span { border-color: rgb(179,42,239); }
td.TdClassName
{
border-color: #B32AEF;
}
.TagClassName
{
border-color: #B32AEF;
}
</style>