Shades of Fuchsia #B22DB4
Tints of Fuchsia #B22DB4
RGB
CMYK
RGB Variations
Color information
#B22DB4 (or 0xB22DB4) is known color: Fuchsia. HEX triplet: B2, 2D and B4. RGB value is (178,45,180). Sum of RGB (Red+Green+Blue) = 178+45+180=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #B22DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB4 is #4DD24B. Grayscale: #636363. Windows color (decimal): -5100108 or 11808178. OLE color: 11808178.
HSL color Cylindrical-coordinate representation of color #B22DB4: hue angle of 299.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB4 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 45 | 180 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.29 |
| HSL | 299.11º | 0.6% | 0.44% | - |
| HSV(B) | 299.11º | 0.75% | 0.71% | - |
| XYZ | 27.54 | 14.64 | 44.55 | - |
| YUV | 100.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 180 | 0.01 | 0.75 | 0 | 0.29 | 299.11 | 0.6 | 0.44 |
| Hex | B2 | 2D | B4 | 1 | 4B | 0 | 1D | 12B | 3C | 2C |
| Octal | 262 | 55 | 264 | 1 | 113 | 0 | 35 | 453 | 74 | 54 |
| Binary | 10110010 | 101101 | 10110100 | 1 | 1001011 | 0 | 11101 | 100101011 | 111100 | 101100 |
Color Harmonies of #B22DB4
Complementary color
Monochromatic Colors of #B22DB4
Black with #B22DB4
Text Example
Text Example
White with #B22DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB4; }
p { color: rgb(178,45,180); }
H1.HeaderClassName
{
color: #B22DB4;
}
.AnyTagClassName
{
color: #B22DB4;
}
</style>
background-color css
<style>
a { background-color: #B22DB4; }
a { background-color: rgb(178,45,180); }
div.DivClassName
{
background-color: #B22DB4;
}
.BgClassName
{
background-color: #B22DB4;
}
</style>
border-color css
<style>
span { border-color: #B22DB4; }
span { border-color: rgb(178,45,180); }
td.TdClassName
{
border-color: #B22DB4;
}
.TagClassName
{
border-color: #B22DB4;
}
</style>