Shades of Dark Orchid #B620CE
Tints of Dark Orchid #B620CE
RGB
CMYK
RGB Variations
Color information
#B620CE (or 0xB620CE) is known color: Dark Orchid. HEX triplet: B6, 20 and CE. RGB value is (182,32,206). Sum of RGB (Red+Green+Blue) = 182+32+206=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B620CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620CE is #49DF31. Grayscale: #606060. Windows color (decimal): -4841266 or 13508790. OLE color: 13508790.
HSL color Cylindrical-coordinate representation of color #B620CE: hue angle of 291.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B620CE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 32 | 206 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.19 |
| HSL | 291.72º | 0.73% | 0.47% | - |
| HSV(B) | 291.72º | 0.84% | 0.81% | - |
| XYZ | 30.95 | 15.43 | 59.74 | - |
| YUV | 96.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 206 | 0.12 | 0.84 | 0 | 0.19 | 291.72 | 0.73 | 0.47 |
| Hex | B6 | 20 | CE | C | 54 | 0 | 13 | 124 | 49 | 2F |
| Octal | 266 | 40 | 316 | 14 | 124 | 0 | 23 | 444 | 111 | 57 |
| Binary | 10110110 | 100000 | 11001110 | 1100 | 1010100 | 0 | 10011 | 100100100 | 1001001 | 101111 |
Color Harmonies of #B620CE
Complementary color
Monochromatic Colors of #B620CE
Black with #B620CE
Text Example
Text Example
White with #B620CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620CE; }
p { color: rgb(182,32,206); }
H1.HeaderClassName
{
color: #B620CE;
}
.AnyTagClassName
{
color: #B620CE;
}
</style>
background-color css
<style>
a { background-color: #B620CE; }
a { background-color: rgb(182,32,206); }
div.DivClassName
{
background-color: #B620CE;
}
.BgClassName
{
background-color: #B620CE;
}
</style>
border-color css
<style>
span { border-color: #B620CE; }
span { border-color: rgb(182,32,206); }
td.TdClassName
{
border-color: #B620CE;
}
.TagClassName
{
border-color: #B620CE;
}
</style>