Shades of Dark Orchid #B620D9
Tints of Dark Orchid #B620D9
RGB
CMYK
RGB Variations
Color information
#B620D9 (or 0xB620D9) is known color: Dark Orchid. HEX triplet: B6, 20 and D9. RGB value is (182,32,217). Sum of RGB (Red+Green+Blue) = 182+32+217=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #B620D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620D9 is #49DF26. Grayscale: #616161. Windows color (decimal): -4841255 or 14229686. OLE color: 14229686.
HSL color Cylindrical-coordinate representation of color #B620D9: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620D9 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 182 | 32 | 217 | - |
CMYK | 0.16 | 0.85 | 0 | 0.15 |
HSL | 288.65º | 0.74% | 0.49% | - |
HSV(B) | 288.65º | 0.85% | 0.85% | - |
XYZ | 32.33 | 15.99 | 67.03 | - |
YUV | 97.94 | 195.2 | 187.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 32 | 217 | 0.16 | 0.85 | 0 | 0.15 | 288.65 | 0.74 | 0.49 |
Hex | B6 | 20 | D9 | 10 | 55 | 0 | F | 121 | 4A | 31 |
Octal | 266 | 40 | 331 | 20 | 125 | 0 | 17 | 441 | 112 | 61 |
Binary | 10110110 | 100000 | 11011001 | 10000 | 1010101 | 0 | 1111 | 100100001 | 1001010 | 110001 |
Color Harmonies of #B620D9
Complementary color
Monochromatic Colors of #B620D9
Black with #B620D9
Text Example
Text Example
White with #B620D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620D9; }
p { color: rgb(182,32,217); }
H1.HeaderClassName
{
color: #B620D9;
}
.AnyTagClassName
{
color: #B620D9;
}
</style>
background-color css
<style>
a { background-color: #B620D9; }
a { background-color: rgb(182,32,217); }
div.DivClassName
{
background-color: #B620D9;
}
.BgClassName
{
background-color: #B620D9;
}
</style>
border-color css
<style>
span { border-color: #B620D9; }
span { border-color: rgb(182,32,217); }
td.TdClassName
{
border-color: #B620D9;
}
.TagClassName
{
border-color: #B620D9;
}
</style>