Shades of Fuchsia #B428B2
Tints of Fuchsia #B428B2
RGB
CMYK
RGB Variations
Color information
#B428B2 (or 0xB428B2) is known color: Fuchsia. HEX triplet: B4, 28 and B2. RGB value is (180,40,178). Sum of RGB (Red+Green+Blue) = 180+40+178=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B428B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428B2 is #4BD74D. Grayscale: #616161. Windows color (decimal): -4970318 or 11675828. OLE color: 11675828.
HSL color Cylindrical-coordinate representation of color #B428B2: hue angle of 300.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B428B2 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 178 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.29 |
| HSL | 300.86º | 0.64% | 0.43% | - |
| HSV(B) | 300.86º | 0.78% | 0.71% | - |
| XYZ | 27.62 | 14.44 | 43.45 | - |
| YUV | 97.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 178 | 0 | 0.78 | 0.01 | 0.29 | 300.86 | 0.64 | 0.43 |
| Hex | B4 | 28 | B2 | 0 | 4E | 1 | 1D | 12D | 40 | 2B |
| Octal | 264 | 50 | 262 | 0 | 116 | 1 | 35 | 455 | 100 | 53 |
| Binary | 10110100 | 101000 | 10110010 | 0 | 1001110 | 1 | 11101 | 100101101 | 1000000 | 101011 |
Color Harmonies of #B428B2
Complementary color
Monochromatic Colors of #B428B2
Black with #B428B2
Text Example
Text Example
White with #B428B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428B2; }
p { color: rgb(180,40,178); }
H1.HeaderClassName
{
color: #B428B2;
}
.AnyTagClassName
{
color: #B428B2;
}
</style>
background-color css
<style>
a { background-color: #B428B2; }
a { background-color: rgb(180,40,178); }
div.DivClassName
{
background-color: #B428B2;
}
.BgClassName
{
background-color: #B428B2;
}
</style>
border-color css
<style>
span { border-color: #B428B2; }
span { border-color: rgb(180,40,178); }
td.TdClassName
{
border-color: #B428B2;
}
.TagClassName
{
border-color: #B428B2;
}
</style>