Shades of Dark Orchid #B220CB
Tints of Dark Orchid #B220CB
RGB
CMYK
RGB Variations
Color information
#B220CB (or 0xB220CB) is known color: Dark Orchid. HEX triplet: B2, 20 and CB. RGB value is (178,32,203). Sum of RGB (Red+Green+Blue) = 178+32+203=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #B220CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220CB is #4DDF34. Grayscale: #5E5E5E. Windows color (decimal): -5103413 or 13312178. OLE color: 13312178.
HSL color Cylindrical-coordinate representation of color #B220CB: hue angle of 291.23º 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 #B220CB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 32 | 203 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.20 |
| HSL | 291.23º | 0.73% | 0.46% | - |
| HSV(B) | 291.23º | 0.84% | 0.8% | - |
| XYZ | 29.66 | 14.81 | 57.8 | - |
| YUV | 95.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 203 | 0.12 | 0.84 | 0 | 0.20 | 291.23 | 0.73 | 0.46 |
| Hex | B2 | 20 | CB | C | 54 | 0 | 14 | 123 | 49 | 2E |
| Octal | 262 | 40 | 313 | 14 | 124 | 0 | 24 | 443 | 111 | 56 |
| Binary | 10110010 | 100000 | 11001011 | 1100 | 1010100 | 0 | 10100 | 100100011 | 1001001 | 101110 |
Color Harmonies of #B220CB
Complementary color
Monochromatic Colors of #B220CB
Black with #B220CB
Text Example
Text Example
White with #B220CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220CB; }
p { color: rgb(178,32,203); }
H1.HeaderClassName
{
color: #B220CB;
}
.AnyTagClassName
{
color: #B220CB;
}
</style>
background-color css
<style>
a { background-color: #B220CB; }
a { background-color: rgb(178,32,203); }
div.DivClassName
{
background-color: #B220CB;
}
.BgClassName
{
background-color: #B220CB;
}
</style>
border-color css
<style>
span { border-color: #B220CB; }
span { border-color: rgb(178,32,203); }
td.TdClassName
{
border-color: #B220CB;
}
.TagClassName
{
border-color: #B220CB;
}
</style>