Shades of Fuchsia #B22DB1
Tints of Fuchsia #B22DB1
RGB
CMYK
RGB Variations
Color information
#B22DB1 (or 0xB22DB1) is known color: Fuchsia. HEX triplet: B2, 2D and B1. RGB value is (178,45,177). Sum of RGB (Red+Green+Blue) = 178+45+177=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B22DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22DB1 is #4DD24E. Grayscale: #636363. Windows color (decimal): -5100111 or 11611570. OLE color: 11611570.
HSL color Cylindrical-coordinate representation of color #B22DB1: hue angle of 300.45º 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 #B22DB1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 177 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.30 |
| HSL | 300.45º | 0.6% | 0.44% | - |
| HSV(B) | 300.45º | 0.75% | 0.7% | - |
| XYZ | 27.23 | 14.52 | 42.96 | - |
| YUV | 99.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 177 | 0 | 0.75 | 0.01 | 0.30 | 300.45 | 0.6 | 0.44 |
| Hex | B2 | 2D | B1 | 0 | 4B | 1 | 1E | 12C | 3C | 2C |
| Octal | 262 | 55 | 261 | 0 | 113 | 1 | 36 | 454 | 74 | 54 |
| Binary | 10110010 | 101101 | 10110001 | 0 | 1001011 | 1 | 11110 | 100101100 | 111100 | 101100 |
Color Harmonies of #B22DB1
Complementary color
Monochromatic Colors of #B22DB1
Black with #B22DB1
Text Example
Text Example
White with #B22DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB1; }
p { color: rgb(178,45,177); }
H1.HeaderClassName
{
color: #B22DB1;
}
.AnyTagClassName
{
color: #B22DB1;
}
</style>
background-color css
<style>
a { background-color: #B22DB1; }
a { background-color: rgb(178,45,177); }
div.DivClassName
{
background-color: #B22DB1;
}
.BgClassName
{
background-color: #B22DB1;
}
</style>
border-color css
<style>
span { border-color: #B22DB1; }
span { border-color: rgb(178,45,177); }
td.TdClassName
{
border-color: #B22DB1;
}
.TagClassName
{
border-color: #B22DB1;
}
</style>