Shades of Dark Orchid #B32EEF
Tints of Dark Orchid #B32EEF
RGB
CMYK
RGB Variations
Color information
#B32EEF (or 0xB32EEF) is known color: Dark Orchid. HEX triplet: B3, 2E and EF. RGB value is (179,46,239). Sum of RGB (Red+Green+Blue) = 179+46+239=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #B32EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EEF is #4CD110. Grayscale: #6B6B6B. Windows color (decimal): -5034257 or 15675059. OLE color: 15675059.
HSL color Cylindrical-coordinate representation of color #B32EEF: hue angle of 281.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32EEF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 46 | 239 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.06 |
| HSL | 281.35º | 0.86% | 0.56% | - |
| HSV(B) | 281.35º | 0.81% | 0.94% | - |
| XYZ | 35.15 | 17.77 | 83.24 | - |
| YUV | 107.77 | 202.06 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 239 | 0.25 | 0.81 | 0 | 0.06 | 281.35 | 0.86 | 0.56 |
| Hex | B3 | 2E | EF | 19 | 51 | 0 | 6 | 119 | 56 | 38 |
| Octal | 263 | 56 | 357 | 31 | 121 | 0 | 6 | 431 | 126 | 70 |
| Binary | 10110011 | 101110 | 11101111 | 11001 | 1010001 | 0 | 110 | 100011001 | 1010110 | 111000 |
Color Harmonies of #B32EEF
Complementary color
Monochromatic Colors of #B32EEF
Black with #B32EEF
Text Example
Text Example
White with #B32EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32EEF; }
p { color: rgb(179,46,239); }
H1.HeaderClassName
{
color: #B32EEF;
}
.AnyTagClassName
{
color: #B32EEF;
}
</style>
background-color css
<style>
a { background-color: #B32EEF; }
a { background-color: rgb(179,46,239); }
div.DivClassName
{
background-color: #B32EEF;
}
.BgClassName
{
background-color: #B32EEF;
}
</style>
border-color css
<style>
span { border-color: #B32EEF; }
span { border-color: rgb(179,46,239); }
td.TdClassName
{
border-color: #B32EEF;
}
.TagClassName
{
border-color: #B32EEF;
}
</style>