Shades of Fuchsia #B52CB3
Tints of Fuchsia #B52CB3
RGB
CMYK
RGB Variations
Color information
#B52CB3 (or 0xB52CB3) is known color: Fuchsia. HEX triplet: B5, 2C and B3. RGB value is (181,44,179). Sum of RGB (Red+Green+Blue) = 181+44+179=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B52CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CB3 is #4AD34C. Grayscale: #636363. Windows color (decimal): -4903757 or 11742389. OLE color: 11742389.
HSL color Cylindrical-coordinate representation of color #B52CB3: hue angle of 300.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 179 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.29 |
| HSL | 300.88º | 0.61% | 0.44% | - |
| HSV(B) | 300.88º | 0.76% | 0.71% | - |
| XYZ | 28.09 | 14.88 | 44.04 | - |
| YUV | 100.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 179 | 0 | 0.76 | 0.01 | 0.29 | 300.88 | 0.61 | 0.44 |
| Hex | B5 | 2C | B3 | 0 | 4C | 1 | 1D | 12D | 3D | 2C |
| Octal | 265 | 54 | 263 | 0 | 114 | 1 | 35 | 455 | 75 | 54 |
| Binary | 10110101 | 101100 | 10110011 | 0 | 1001100 | 1 | 11101 | 100101101 | 111101 | 101100 |
Color Harmonies of #B52CB3
Complementary color
Monochromatic Colors of #B52CB3
Black with #B52CB3
Text Example
Text Example
White with #B52CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CB3; }
p { color: rgb(181,44,179); }
H1.HeaderClassName
{
color: #B52CB3;
}
.AnyTagClassName
{
color: #B52CB3;
}
</style>
background-color css
<style>
a { background-color: #B52CB3; }
a { background-color: rgb(181,44,179); }
div.DivClassName
{
background-color: #B52CB3;
}
.BgClassName
{
background-color: #B52CB3;
}
</style>
border-color css
<style>
span { border-color: #B52CB3; }
span { border-color: rgb(181,44,179); }
td.TdClassName
{
border-color: #B52CB3;
}
.TagClassName
{
border-color: #B52CB3;
}
</style>