Shades of Dark Orchid #B620DE
Tints of Dark Orchid #B620DE
RGB
CMYK
RGB Variations
Color information
#B620DE (or 0xB620DE) is known color: Dark Orchid. HEX triplet: B6, 20 and DE. RGB value is (182,32,222). Sum of RGB (Red+Green+Blue) = 182+32+222=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #B620DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620DE is #49DF21. Grayscale: #616161. Windows color (decimal): -4841250 or 14557366. OLE color: 14557366.
HSL color Cylindrical-coordinate representation of color #B620DE: hue angle of 287.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B620DE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 32 | 222 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.37º | 0.75% | 0.5% | - |
| HSV(B) | 287.37º | 0.86% | 0.87% | - |
| XYZ | 32.99 | 16.25 | 70.51 | - |
| YUV | 98.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 222 | 0.18 | 0.86 | 0 | 0.13 | 287.37 | 0.75 | 0.5 |
| Hex | B6 | 20 | DE | 12 | 56 | 0 | D | 11F | 4B | 32 |
| Octal | 266 | 40 | 336 | 22 | 126 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110110 | 100000 | 11011110 | 10010 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B620DE
Complementary color
Monochromatic Colors of #B620DE
Black with #B620DE
Text Example
Text Example
White with #B620DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620DE; }
p { color: rgb(182,32,222); }
H1.HeaderClassName
{
color: #B620DE;
}
.AnyTagClassName
{
color: #B620DE;
}
</style>
background-color css
<style>
a { background-color: #B620DE; }
a { background-color: rgb(182,32,222); }
div.DivClassName
{
background-color: #B620DE;
}
.BgClassName
{
background-color: #B620DE;
}
</style>
border-color css
<style>
span { border-color: #B620DE; }
span { border-color: rgb(182,32,222); }
td.TdClassName
{
border-color: #B620DE;
}
.TagClassName
{
border-color: #B620DE;
}
</style>