Shades of Fuchsia #B442BD
Tints of Fuchsia #B442BD
RGB
CMYK
RGB Variations
Color information
#B442BD (or 0xB442BD) is known color: Fuchsia. HEX triplet: B4, 42 and BD. RGB value is (180,66,189). Sum of RGB (Red+Green+Blue) = 180+66+189=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #B442BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442BD is #4BBD42. Grayscale: #717171. Windows color (decimal): -4963651 or 12403380. OLE color: 12403380.
HSL color Cylindrical-coordinate representation of color #B442BD: hue angle of 295.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B442BD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 66 | 189 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.26 |
| HSL | 295.61º | 0.48% | 0.5% | - |
| HSV(B) | 295.61º | 0.65% | 0.74% | - |
| XYZ | 29.96 | 17.27 | 49.9 | - |
| YUV | 114.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 189 | 0.05 | 0.65 | 0 | 0.26 | 295.61 | 0.48 | 0.5 |
| Hex | B4 | 42 | BD | 5 | 41 | 0 | 1A | 128 | 30 | 32 |
| Octal | 264 | 102 | 275 | 5 | 101 | 0 | 32 | 450 | 60 | 62 |
| Binary | 10110100 | 1000010 | 10111101 | 101 | 1000001 | 0 | 11010 | 100101000 | 110000 | 110010 |
Color Harmonies of #B442BD
Complementary color
Monochromatic Colors of #B442BD
Black with #B442BD
Text Example
Text Example
White with #B442BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442BD; }
p { color: rgb(180,66,189); }
H1.HeaderClassName
{
color: #B442BD;
}
.AnyTagClassName
{
color: #B442BD;
}
</style>
background-color css
<style>
a { background-color: #B442BD; }
a { background-color: rgb(180,66,189); }
div.DivClassName
{
background-color: #B442BD;
}
.BgClassName
{
background-color: #B442BD;
}
</style>
border-color css
<style>
span { border-color: #B442BD; }
span { border-color: rgb(180,66,189); }
td.TdClassName
{
border-color: #B442BD;
}
.TagClassName
{
border-color: #B442BD;
}
</style>