Shades of Fuchsia #B433B1
Tints of Fuchsia #B433B1
RGB
CMYK
RGB Variations
Color information
#B433B1 (or 0xB433B1) is known color: Fuchsia. HEX triplet: B4, 33 and B1. RGB value is (180,51,177). Sum of RGB (Red+Green+Blue) = 180+51+177=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B433B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B433B1 is #4BCC4E. Grayscale: #676767. Windows color (decimal): -4967503 or 11613108. OLE color: 11613108.
HSL color Cylindrical-coordinate representation of color #B433B1: hue angle of 301.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B433B1 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 177 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.29 |
| HSL | 301.4º | 0.56% | 0.45% | - |
| HSV(B) | 301.4º | 0.72% | 0.71% | - |
| XYZ | 27.94 | 15.25 | 43.06 | - |
| YUV | 103.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 177 | 0 | 0.72 | 0.02 | 0.29 | 301.4 | 0.56 | 0.45 |
| Hex | B4 | 33 | B1 | 0 | 48 | 2 | 1D | 12D | 38 | 2D |
| Octal | 264 | 63 | 261 | 0 | 110 | 2 | 35 | 455 | 70 | 55 |
| Binary | 10110100 | 110011 | 10110001 | 0 | 1001000 | 10 | 11101 | 100101101 | 111000 | 101101 |
Color Harmonies of #B433B1
Complementary color
Monochromatic Colors of #B433B1
Black with #B433B1
Text Example
Text Example
White with #B433B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433B1; }
p { color: rgb(180,51,177); }
H1.HeaderClassName
{
color: #B433B1;
}
.AnyTagClassName
{
color: #B433B1;
}
</style>
background-color css
<style>
a { background-color: #B433B1; }
a { background-color: rgb(180,51,177); }
div.DivClassName
{
background-color: #B433B1;
}
.BgClassName
{
background-color: #B433B1;
}
</style>
border-color css
<style>
span { border-color: #B433B1; }
span { border-color: rgb(180,51,177); }
td.TdClassName
{
border-color: #B433B1;
}
.TagClassName
{
border-color: #B433B1;
}
</style>