Shades of Dark Orchid #B220CC
Tints of Dark Orchid #B220CC
RGB
CMYK
RGB Variations
Color information
#B220CC (or 0xB220CC) is known color: Dark Orchid. HEX triplet: B2, 20 and CC. RGB value is (178,32,204). Sum of RGB (Red+Green+Blue) = 178+32+204=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B220CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220CC is #4DDF33. Grayscale: #5E5E5E. Windows color (decimal): -5103412 or 13377714. OLE color: 13377714.
HSL color Cylindrical-coordinate representation of color #B220CC: hue angle of 290.93º 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 #B220CC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 32 | 204 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.2 |
| HSL | 290.93º | 0.73% | 0.46% | - |
| HSV(B) | 290.93º | 0.84% | 0.8% | - |
| XYZ | 29.78 | 14.86 | 58.43 | - |
| YUV | 95.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 204 | 0.13 | 0.84 | 0 | 0.2 | 290.93 | 0.73 | 0.46 |
| Hex | B2 | 20 | CC | D | 54 | 0 | 14 | 123 | 49 | 2E |
| Octal | 262 | 40 | 314 | 15 | 124 | 0 | 24 | 443 | 111 | 56 |
| Binary | 10110010 | 100000 | 11001100 | 1101 | 1010100 | 0 | 10100 | 100100011 | 1001001 | 101110 |
Color Harmonies of #B220CC
Complementary color
Monochromatic Colors of #B220CC
Black with #B220CC
Text Example
Text Example
White with #B220CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220CC; }
p { color: rgb(178,32,204); }
H1.HeaderClassName
{
color: #B220CC;
}
.AnyTagClassName
{
color: #B220CC;
}
</style>
background-color css
<style>
a { background-color: #B220CC; }
a { background-color: rgb(178,32,204); }
div.DivClassName
{
background-color: #B220CC;
}
.BgClassName
{
background-color: #B220CC;
}
</style>
border-color css
<style>
span { border-color: #B220CC; }
span { border-color: rgb(178,32,204); }
td.TdClassName
{
border-color: #B220CC;
}
.TagClassName
{
border-color: #B220CC;
}
</style>