Shades of Dark Orchid #B620DC
Tints of Dark Orchid #B620DC
RGB
CMYK
RGB Variations
Color information
#B620DC (or 0xB620DC) is known color: Dark Orchid. HEX triplet: B6, 20 and DC. RGB value is (182,32,220). Sum of RGB (Red+Green+Blue) = 182+32+220=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B620DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620DC is #49DF23. Grayscale: #616161. Windows color (decimal): -4841252 or 14426294. OLE color: 14426294.
HSL color Cylindrical-coordinate representation of color #B620DC: hue angle of 287.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620DC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 32 | 220 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.14 |
| HSL | 287.87º | 0.75% | 0.49% | - |
| HSV(B) | 287.87º | 0.85% | 0.86% | - |
| XYZ | 32.73 | 16.15 | 69.1 | - |
| YUV | 98.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 220 | 0.17 | 0.85 | 0 | 0.14 | 287.87 | 0.75 | 0.49 |
| Hex | B6 | 20 | DC | 11 | 55 | 0 | E | 120 | 4B | 31 |
| Octal | 266 | 40 | 334 | 21 | 125 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110110 | 100000 | 11011100 | 10001 | 1010101 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B620DC
Complementary color
Monochromatic Colors of #B620DC
Black with #B620DC
Text Example
Text Example
White with #B620DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620DC; }
p { color: rgb(182,32,220); }
H1.HeaderClassName
{
color: #B620DC;
}
.AnyTagClassName
{
color: #B620DC;
}
</style>
background-color css
<style>
a { background-color: #B620DC; }
a { background-color: rgb(182,32,220); }
div.DivClassName
{
background-color: #B620DC;
}
.BgClassName
{
background-color: #B620DC;
}
</style>
border-color css
<style>
span { border-color: #B620DC; }
span { border-color: rgb(182,32,220); }
td.TdClassName
{
border-color: #B620DC;
}
.TagClassName
{
border-color: #B620DC;
}
</style>