Shades of Dark Orchid #B620CB
Tints of Dark Orchid #B620CB
RGB
CMYK
RGB Variations
Color information
#B620CB (or 0xB620CB) is known color: Dark Orchid. HEX triplet: B6, 20 and CB. RGB value is (182,32,203). Sum of RGB (Red+Green+Blue) = 182+32+203=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #B620CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620CB is #49DF34. Grayscale: #5F5F5F. Windows color (decimal): -4841269 or 13312182. OLE color: 13312182.
HSL color Cylindrical-coordinate representation of color #B620CB: hue angle of 292.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B620CB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 32 | 203 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.20 |
| HSL | 292.63º | 0.73% | 0.46% | - |
| HSV(B) | 292.63º | 0.84% | 0.8% | - |
| XYZ | 30.59 | 15.29 | 57.84 | - |
| YUV | 96.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 203 | 0.10 | 0.84 | 0 | 0.20 | 292.63 | 0.73 | 0.46 |
| Hex | B6 | 20 | CB | A | 54 | 0 | 14 | 125 | 49 | 2E |
| Octal | 266 | 40 | 313 | 12 | 124 | 0 | 24 | 445 | 111 | 56 |
| Binary | 10110110 | 100000 | 11001011 | 1010 | 1010100 | 0 | 10100 | 100100101 | 1001001 | 101110 |
Color Harmonies of #B620CB
Complementary color
Monochromatic Colors of #B620CB
Black with #B620CB
Text Example
Text Example
White with #B620CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620CB; }
p { color: rgb(182,32,203); }
H1.HeaderClassName
{
color: #B620CB;
}
.AnyTagClassName
{
color: #B620CB;
}
</style>
background-color css
<style>
a { background-color: #B620CB; }
a { background-color: rgb(182,32,203); }
div.DivClassName
{
background-color: #B620CB;
}
.BgClassName
{
background-color: #B620CB;
}
</style>
border-color css
<style>
span { border-color: #B620CB; }
span { border-color: rgb(182,32,203); }
td.TdClassName
{
border-color: #B620CB;
}
.TagClassName
{
border-color: #B620CB;
}
</style>