Shades of Dark Orchid #B32DEF
Tints of Dark Orchid #B32DEF
RGB
CMYK
RGB Variations
Color information
#B32DEF (or 0xB32DEF) is known color: Dark Orchid. HEX triplet: B3, 2D and EF. RGB value is (179,45,239). Sum of RGB (Red+Green+Blue) = 179+45+239=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #B32DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DEF is #4CD210. Grayscale: #6A6A6A. Windows color (decimal): -5034513 or 15674803. OLE color: 15674803.
HSL color Cylindrical-coordinate representation of color #B32DEF: hue angle of 281.44º 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 #B32DEF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 45 | 239 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.06 |
| HSL | 281.44º | 0.86% | 0.56% | - |
| HSV(B) | 281.44º | 0.81% | 0.94% | - |
| XYZ | 35.11 | 17.69 | 83.23 | - |
| YUV | 107.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 239 | 0.25 | 0.81 | 0 | 0.06 | 281.44 | 0.86 | 0.56 |
| Hex | B3 | 2D | EF | 19 | 51 | 0 | 6 | 119 | 56 | 38 |
| Octal | 263 | 55 | 357 | 31 | 121 | 0 | 6 | 431 | 126 | 70 |
| Binary | 10110011 | 101101 | 11101111 | 11001 | 1010001 | 0 | 110 | 100011001 | 1010110 | 111000 |
Color Harmonies of #B32DEF
Complementary color
Monochromatic Colors of #B32DEF
Black with #B32DEF
Text Example
Text Example
White with #B32DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DEF; }
p { color: rgb(179,45,239); }
H1.HeaderClassName
{
color: #B32DEF;
}
.AnyTagClassName
{
color: #B32DEF;
}
</style>
background-color css
<style>
a { background-color: #B32DEF; }
a { background-color: rgb(179,45,239); }
div.DivClassName
{
background-color: #B32DEF;
}
.BgClassName
{
background-color: #B32DEF;
}
</style>
border-color css
<style>
span { border-color: #B32DEF; }
span { border-color: rgb(179,45,239); }
td.TdClassName
{
border-color: #B32DEF;
}
.TagClassName
{
border-color: #B32DEF;
}
</style>