Shades of Dark Orchid #B620CF
Tints of Dark Orchid #B620CF
RGB
CMYK
RGB Variations
Color information
#B620CF (or 0xB620CF) is known color: Dark Orchid. HEX triplet: B6, 20 and CF. RGB value is (182,32,207). Sum of RGB (Red+Green+Blue) = 182+32+207=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B620CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620CF is #49DF30. Grayscale: #606060. Windows color (decimal): -4841265 or 13574326. OLE color: 13574326.
HSL color Cylindrical-coordinate representation of color #B620CF: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620CF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 32 | 207 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.19 |
| HSL | 291.43º | 0.73% | 0.47% | - |
| HSV(B) | 291.43º | 0.85% | 0.81% | - |
| XYZ | 31.07 | 15.48 | 60.38 | - |
| YUV | 96.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 207 | 0.12 | 0.85 | 0 | 0.19 | 291.43 | 0.73 | 0.47 |
| Hex | B6 | 20 | CF | C | 55 | 0 | 13 | 123 | 49 | 2F |
| Octal | 266 | 40 | 317 | 14 | 125 | 0 | 23 | 443 | 111 | 57 |
| Binary | 10110110 | 100000 | 11001111 | 1100 | 1010101 | 0 | 10011 | 100100011 | 1001001 | 101111 |
Color Harmonies of #B620CF
Complementary color
Monochromatic Colors of #B620CF
Black with #B620CF
Text Example
Text Example
White with #B620CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620CF; }
p { color: rgb(182,32,207); }
H1.HeaderClassName
{
color: #B620CF;
}
.AnyTagClassName
{
color: #B620CF;
}
</style>
background-color css
<style>
a { background-color: #B620CF; }
a { background-color: rgb(182,32,207); }
div.DivClassName
{
background-color: #B620CF;
}
.BgClassName
{
background-color: #B620CF;
}
</style>
border-color css
<style>
span { border-color: #B620CF; }
span { border-color: rgb(182,32,207); }
td.TdClassName
{
border-color: #B620CF;
}
.TagClassName
{
border-color: #B620CF;
}
</style>