Shades of Dark Orchid #B620D1
Tints of Dark Orchid #B620D1
RGB
CMYK
RGB Variations
Color information
#B620D1 (or 0xB620D1) is known color: Dark Orchid. HEX triplet: B6, 20 and D1. RGB value is (182,32,209). Sum of RGB (Red+Green+Blue) = 182+32+209=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #B620D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620D1 is #49DF2E. Grayscale: #606060. Windows color (decimal): -4841263 or 13705398. OLE color: 13705398.
HSL color Cylindrical-coordinate representation of color #B620D1: hue angle of 290.85º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620D1 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 32 | 209 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.18 |
| HSL | 290.85º | 0.73% | 0.47% | - |
| HSV(B) | 290.85º | 0.85% | 0.82% | - |
| XYZ | 31.32 | 15.58 | 61.68 | - |
| YUV | 97.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 209 | 0.13 | 0.85 | 0 | 0.18 | 290.85 | 0.73 | 0.47 |
| Hex | B6 | 20 | D1 | D | 55 | 0 | 12 | 123 | 49 | 2F |
| Octal | 266 | 40 | 321 | 15 | 125 | 0 | 22 | 443 | 111 | 57 |
| Binary | 10110110 | 100000 | 11010001 | 1101 | 1010101 | 0 | 10010 | 100100011 | 1001001 | 101111 |
Color Harmonies of #B620D1
Complementary color
Monochromatic Colors of #B620D1
Black with #B620D1
Text Example
Text Example
White with #B620D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620D1; }
p { color: rgb(182,32,209); }
H1.HeaderClassName
{
color: #B620D1;
}
.AnyTagClassName
{
color: #B620D1;
}
</style>
background-color css
<style>
a { background-color: #B620D1; }
a { background-color: rgb(182,32,209); }
div.DivClassName
{
background-color: #B620D1;
}
.BgClassName
{
background-color: #B620D1;
}
</style>
border-color css
<style>
span { border-color: #B620D1; }
span { border-color: rgb(182,32,209); }
td.TdClassName
{
border-color: #B620D1;
}
.TagClassName
{
border-color: #B620D1;
}
</style>