Shades of Fuchsia #B22DB0
Tints of Fuchsia #B22DB0
RGB
CMYK
RGB Variations
Color information
#B22DB0 (or 0xB22DB0) is known color: Fuchsia. HEX triplet: B2, 2D and B0. RGB value is (178,45,176). Sum of RGB (Red+Green+Blue) = 178+45+176=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B22DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22DB0 is #4DD24F. Grayscale: #636363. Windows color (decimal): -5100112 or 11546034. OLE color: 11546034.
HSL color Cylindrical-coordinate representation of color #B22DB0: hue angle of 300.9º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 176 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.30 |
| HSL | 300.9º | 0.6% | 0.44% | - |
| HSV(B) | 300.9º | 0.75% | 0.7% | - |
| XYZ | 27.13 | 14.48 | 42.44 | - |
| YUV | 99.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 176 | 0 | 0.75 | 0.01 | 0.30 | 300.9 | 0.6 | 0.44 |
| Hex | B2 | 2D | B0 | 0 | 4B | 1 | 1E | 12D | 3C | 2C |
| Octal | 262 | 55 | 260 | 0 | 113 | 1 | 36 | 455 | 74 | 54 |
| Binary | 10110010 | 101101 | 10110000 | 0 | 1001011 | 1 | 11110 | 100101101 | 111100 | 101100 |
Color Harmonies of #B22DB0
Complementary color
Monochromatic Colors of #B22DB0
Black with #B22DB0
Text Example
Text Example
White with #B22DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB0; }
p { color: rgb(178,45,176); }
H1.HeaderClassName
{
color: #B22DB0;
}
.AnyTagClassName
{
color: #B22DB0;
}
</style>
background-color css
<style>
a { background-color: #B22DB0; }
a { background-color: rgb(178,45,176); }
div.DivClassName
{
background-color: #B22DB0;
}
.BgClassName
{
background-color: #B22DB0;
}
</style>
border-color css
<style>
span { border-color: #B22DB0; }
span { border-color: rgb(178,45,176); }
td.TdClassName
{
border-color: #B22DB0;
}
.TagClassName
{
border-color: #B22DB0;
}
</style>