Shades of Fuchsia #B42FB7
Tints of Fuchsia #B42FB7
RGB
CMYK
RGB Variations
Color information
#B42FB7 (or 0xB42FB7) is known color: Fuchsia. HEX triplet: B4, 2F and B7. RGB value is (180,47,183). Sum of RGB (Red+Green+Blue) = 180+47+183=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #B42FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FB7 is #4BD048. Grayscale: #656565. Windows color (decimal): -4968521 or 12005300. OLE color: 12005300.
HSL color Cylindrical-coordinate representation of color #B42FB7: hue angle of 298.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42FB7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 47 | 183 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.28 |
| HSL | 298.68º | 0.59% | 0.45% | - |
| HSV(B) | 298.68º | 0.74% | 0.72% | - |
| XYZ | 28.39 | 15.16 | 46.23 | - |
| YUV | 102.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 183 | 0.02 | 0.74 | 0 | 0.28 | 298.68 | 0.59 | 0.45 |
| Hex | B4 | 2F | B7 | 2 | 4A | 0 | 1C | 12B | 3B | 2D |
| Octal | 264 | 57 | 267 | 2 | 112 | 0 | 34 | 453 | 73 | 55 |
| Binary | 10110100 | 101111 | 10110111 | 10 | 1001010 | 0 | 11100 | 100101011 | 111011 | 101101 |
Color Harmonies of #B42FB7
Complementary color
Monochromatic Colors of #B42FB7
Black with #B42FB7
Text Example
Text Example
White with #B42FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FB7; }
p { color: rgb(180,47,183); }
H1.HeaderClassName
{
color: #B42FB7;
}
.AnyTagClassName
{
color: #B42FB7;
}
</style>
background-color css
<style>
a { background-color: #B42FB7; }
a { background-color: rgb(180,47,183); }
div.DivClassName
{
background-color: #B42FB7;
}
.BgClassName
{
background-color: #B42FB7;
}
</style>
border-color css
<style>
span { border-color: #B42FB7; }
span { border-color: rgb(180,47,183); }
td.TdClassName
{
border-color: #B42FB7;
}
.TagClassName
{
border-color: #B42FB7;
}
</style>