Shades of Dark Orchid #B22CDF
Tints of Dark Orchid #B22CDF
RGB
CMYK
RGB Variations
Color information
#B22CDF (or 0xB22CDF) is known color: Dark Orchid. HEX triplet: B2, 2C and DF. RGB value is (178,44,223). Sum of RGB (Red+Green+Blue) = 178+44+223=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #B22CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CDF is #4DD320. Grayscale: #676767. Windows color (decimal): -5100321 or 14625970. OLE color: 14625970.
HSL color Cylindrical-coordinate representation of color #B22CDF: hue angle of 284.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22CDF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 44 | 223 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.13 |
| HSL | 284.92º | 0.74% | 0.52% | - |
| HSV(B) | 284.92º | 0.8% | 0.87% | - |
| XYZ | 32.58 | 16.59 | 71.3 | - |
| YUV | 104.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 223 | 0.20 | 0.80 | 0 | 0.13 | 284.92 | 0.74 | 0.52 |
| Hex | B2 | 2C | DF | 14 | 50 | 0 | D | 11D | 4A | 34 |
| Octal | 262 | 54 | 337 | 24 | 120 | 0 | 15 | 435 | 112 | 64 |
| Binary | 10110010 | 101100 | 11011111 | 10100 | 1010000 | 0 | 1101 | 100011101 | 1001010 | 110100 |
Color Harmonies of #B22CDF
Complementary color
Monochromatic Colors of #B22CDF
Black with #B22CDF
Text Example
Text Example
White with #B22CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22CDF; }
p { color: rgb(178,44,223); }
H1.HeaderClassName
{
color: #B22CDF;
}
.AnyTagClassName
{
color: #B22CDF;
}
</style>
background-color css
<style>
a { background-color: #B22CDF; }
a { background-color: rgb(178,44,223); }
div.DivClassName
{
background-color: #B22CDF;
}
.BgClassName
{
background-color: #B22CDF;
}
</style>
border-color css
<style>
span { border-color: #B22CDF; }
span { border-color: rgb(178,44,223); }
td.TdClassName
{
border-color: #B22CDF;
}
.TagClassName
{
border-color: #B22CDF;
}
</style>