Shades of Dark Orchid #B320E2
Tints of Dark Orchid #B320E2
RGB
CMYK
RGB Variations
Color information
#B320E2 (or 0xB320E2) is known color: Dark Orchid. HEX triplet: B3, 20 and E2. RGB value is (179,32,226). Sum of RGB (Red+Green+Blue) = 179+32+226=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #B320E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320E2 is #4CDF1D. Grayscale: #616161. Windows color (decimal): -5037854 or 14819507. OLE color: 14819507.
HSL color Cylindrical-coordinate representation of color #B320E2: hue angle of 285.46º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320E2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 32 | 226 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.11 |
| HSL | 285.46º | 0.77% | 0.51% | - |
| HSV(B) | 285.46º | 0.86% | 0.89% | - |
| XYZ | 32.83 | 16.11 | 73.33 | - |
| YUV | 98.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 226 | 0.21 | 0.86 | 0 | 0.11 | 285.46 | 0.77 | 0.51 |
| Hex | B3 | 20 | E2 | 15 | 56 | 0 | B | 11D | 4D | 33 |
| Octal | 263 | 40 | 342 | 25 | 126 | 0 | 13 | 435 | 115 | 63 |
| Binary | 10110011 | 100000 | 11100010 | 10101 | 1010110 | 0 | 1011 | 100011101 | 1001101 | 110011 |
Color Harmonies of #B320E2
Complementary color
Monochromatic Colors of #B320E2
Black with #B320E2
Text Example
Text Example
White with #B320E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320E2; }
p { color: rgb(179,32,226); }
H1.HeaderClassName
{
color: #B320E2;
}
.AnyTagClassName
{
color: #B320E2;
}
</style>
background-color css
<style>
a { background-color: #B320E2; }
a { background-color: rgb(179,32,226); }
div.DivClassName
{
background-color: #B320E2;
}
.BgClassName
{
background-color: #B320E2;
}
</style>
border-color css
<style>
span { border-color: #B320E2; }
span { border-color: rgb(179,32,226); }
td.TdClassName
{
border-color: #B320E2;
}
.TagClassName
{
border-color: #B320E2;
}
</style>