Shades of Dark Orchid #B22BC1
Tints of Dark Orchid #B22BC1
RGB
CMYK
RGB Variations
Color information
#B22BC1 (or 0xB22BC1) is known color: Dark Orchid. HEX triplet: B2, 2B and C1. RGB value is (178,43,193). Sum of RGB (Red+Green+Blue) = 178+43+193=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #B22BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BC1 is #4DD43E. Grayscale: #646464. Windows color (decimal): -5100607 or 12659634. OLE color: 12659634.
HSL color Cylindrical-coordinate representation of color #B22BC1: hue angle of 294º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22BC1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 43 | 193 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.24 |
| HSL | 294º | 0.64% | 0.46% | - |
| HSV(B) | 294º | 0.78% | 0.76% | - |
| XYZ | 28.85 | 15.04 | 51.84 | - |
| YUV | 100.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 193 | 0.08 | 0.78 | 0 | 0.24 | 294 | 0.64 | 0.46 |
| Hex | B2 | 2B | C1 | 8 | 4E | 0 | 18 | 126 | 40 | 2E |
| Octal | 262 | 53 | 301 | 10 | 116 | 0 | 30 | 446 | 100 | 56 |
| Binary | 10110010 | 101011 | 11000001 | 1000 | 1001110 | 0 | 11000 | 100100110 | 1000000 | 101110 |
Color Harmonies of #B22BC1
Complementary color
Monochromatic Colors of #B22BC1
Black with #B22BC1
Text Example
Text Example
White with #B22BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22BC1; }
p { color: rgb(178,43,193); }
H1.HeaderClassName
{
color: #B22BC1;
}
.AnyTagClassName
{
color: #B22BC1;
}
</style>
background-color css
<style>
a { background-color: #B22BC1; }
a { background-color: rgb(178,43,193); }
div.DivClassName
{
background-color: #B22BC1;
}
.BgClassName
{
background-color: #B22BC1;
}
</style>
border-color css
<style>
span { border-color: #B22BC1; }
span { border-color: rgb(178,43,193); }
td.TdClassName
{
border-color: #B22BC1;
}
.TagClassName
{
border-color: #B22BC1;
}
</style>