Shades of Dark Orchid #B22DF0
Tints of Dark Orchid #B22DF0
RGB
CMYK
RGB Variations
Color information
#B22DF0 (or 0xB22DF0) is known color: Dark Orchid. HEX triplet: B2, 2D and F0. RGB value is (178,45,240). Sum of RGB (Red+Green+Blue) = 178+45+240=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #B22DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22DF0 is #4DD20F. Grayscale: #6A6A6A. Windows color (decimal): -5100048 or 15740338. OLE color: 15740338.
HSL color Cylindrical-coordinate representation of color #B22DF0: hue angle of 280.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22DF0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 45 | 240 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.06 |
| HSL | 280.92º | 0.87% | 0.56% | - |
| HSV(B) | 280.92º | 0.81% | 0.94% | - |
| XYZ | 35.03 | 17.63 | 84 | - |
| YUV | 107 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 240 | 0.26 | 0.81 | 0 | 0.06 | 280.92 | 0.87 | 0.56 |
| Hex | B2 | 2D | F0 | 1A | 51 | 0 | 6 | 119 | 57 | 38 |
| Octal | 262 | 55 | 360 | 32 | 121 | 0 | 6 | 431 | 127 | 70 |
| Binary | 10110010 | 101101 | 11110000 | 11010 | 1010001 | 0 | 110 | 100011001 | 1010111 | 111000 |
Color Harmonies of #B22DF0
Complementary color
Monochromatic Colors of #B22DF0
Black with #B22DF0
Text Example
Text Example
White with #B22DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DF0; }
p { color: rgb(178,45,240); }
H1.HeaderClassName
{
color: #B22DF0;
}
.AnyTagClassName
{
color: #B22DF0;
}
</style>
background-color css
<style>
a { background-color: #B22DF0; }
a { background-color: rgb(178,45,240); }
div.DivClassName
{
background-color: #B22DF0;
}
.BgClassName
{
background-color: #B22DF0;
}
</style>
border-color css
<style>
span { border-color: #B22DF0; }
span { border-color: rgb(178,45,240); }
td.TdClassName
{
border-color: #B22DF0;
}
.TagClassName
{
border-color: #B22DF0;
}
</style>