Shades of Dark Orchid #B620C6
Tints of Dark Orchid #B620C6
RGB
CMYK
RGB Variations
Color information
#B620C6 (or 0xB620C6) is known color: Dark Orchid. HEX triplet: B6, 20 and C6. RGB value is (182,32,198). Sum of RGB (Red+Green+Blue) = 182+32+198=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #B620C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620C6 is #49DF39. Grayscale: #5F5F5F. Windows color (decimal): -4841274 or 12984502. OLE color: 12984502.
HSL color Cylindrical-coordinate representation of color #B620C6: hue angle of 294.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B620C6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 32 | 198 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.22 |
| HSL | 294.22º | 0.72% | 0.45% | - |
| HSV(B) | 294.22º | 0.84% | 0.78% | - |
| XYZ | 30 | 15.06 | 54.75 | - |
| YUV | 95.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 198 | 0.08 | 0.84 | 0 | 0.22 | 294.22 | 0.72 | 0.45 |
| Hex | B6 | 20 | C6 | 8 | 54 | 0 | 16 | 126 | 48 | 2D |
| Octal | 266 | 40 | 306 | 10 | 124 | 0 | 26 | 446 | 110 | 55 |
| Binary | 10110110 | 100000 | 11000110 | 1000 | 1010100 | 0 | 10110 | 100100110 | 1001000 | 101101 |
Color Harmonies of #B620C6
Complementary color
Monochromatic Colors of #B620C6
Black with #B620C6
Text Example
Text Example
White with #B620C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620C6; }
p { color: rgb(182,32,198); }
H1.HeaderClassName
{
color: #B620C6;
}
.AnyTagClassName
{
color: #B620C6;
}
</style>
background-color css
<style>
a { background-color: #B620C6; }
a { background-color: rgb(182,32,198); }
div.DivClassName
{
background-color: #B620C6;
}
.BgClassName
{
background-color: #B620C6;
}
</style>
border-color css
<style>
span { border-color: #B620C6; }
span { border-color: rgb(182,32,198); }
td.TdClassName
{
border-color: #B620C6;
}
.TagClassName
{
border-color: #B620C6;
}
</style>