Shades of Dark Orchid #B620E2
Tints of Dark Orchid #B620E2
RGB
CMYK
RGB Variations
Color information
#B620E2 (or 0xB620E2) is known color: Dark Orchid. HEX triplet: B6, 20 and E2. RGB value is (182,32,226). Sum of RGB (Red+Green+Blue) = 182+32+226=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #B620E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620E2 is #49DF1D. Grayscale: #626262. Windows color (decimal): -4841246 or 14819510. OLE color: 14819510.
HSL color Cylindrical-coordinate representation of color #B620E2: hue angle of 286.39º 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 #B620E2 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 32 | 226 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.11 |
| HSL | 286.39º | 0.77% | 0.51% | - |
| HSV(B) | 286.39º | 0.86% | 0.89% | - |
| XYZ | 33.54 | 16.47 | 73.36 | - |
| YUV | 98.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 226 | 0.19 | 0.86 | 0 | 0.11 | 286.39 | 0.77 | 0.51 |
| Hex | B6 | 20 | E2 | 13 | 56 | 0 | B | 11E | 4D | 33 |
| Octal | 266 | 40 | 342 | 23 | 126 | 0 | 13 | 436 | 115 | 63 |
| Binary | 10110110 | 100000 | 11100010 | 10011 | 1010110 | 0 | 1011 | 100011110 | 1001101 | 110011 |
Color Harmonies of #B620E2
Complementary color
Monochromatic Colors of #B620E2
Black with #B620E2
Text Example
Text Example
White with #B620E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620E2; }
p { color: rgb(182,32,226); }
H1.HeaderClassName
{
color: #B620E2;
}
.AnyTagClassName
{
color: #B620E2;
}
</style>
background-color css
<style>
a { background-color: #B620E2; }
a { background-color: rgb(182,32,226); }
div.DivClassName
{
background-color: #B620E2;
}
.BgClassName
{
background-color: #B620E2;
}
</style>
border-color css
<style>
span { border-color: #B620E2; }
span { border-color: rgb(182,32,226); }
td.TdClassName
{
border-color: #B620E2;
}
.TagClassName
{
border-color: #B620E2;
}
</style>