Shades of Fuchsia #B548C4
Tints of Fuchsia #B548C4
RGB
CMYK
RGB Variations
Color information
#B548C4 (or 0xB548C4) is known color: Fuchsia. HEX triplet: B5, 48 and C4. RGB value is (181,72,196). Sum of RGB (Red+Green+Blue) = 181+72+196=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #B548C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548C4 is #4AB73B. Grayscale: #767676. Windows color (decimal): -4896572 or 12863669. OLE color: 12863669.
HSL color Cylindrical-coordinate representation of color #B548C4: hue angle of 292.74º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B548C4 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 72 | 196 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.23 |
| HSL | 292.74º | 0.51% | 0.53% | - |
| HSV(B) | 292.74º | 0.63% | 0.77% | - |
| XYZ | 31.34 | 18.44 | 54.13 | - |
| YUV | 118.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 196 | 0.08 | 0.63 | 0 | 0.23 | 292.74 | 0.51 | 0.53 |
| Hex | B5 | 48 | C4 | 8 | 3F | 0 | 17 | 125 | 33 | 35 |
| Octal | 265 | 110 | 304 | 10 | 77 | 0 | 27 | 445 | 63 | 65 |
| Binary | 10110101 | 1001000 | 11000100 | 1000 | 111111 | 0 | 10111 | 100100101 | 110011 | 110101 |
Color Harmonies of #B548C4
Complementary color
Monochromatic Colors of #B548C4
Black with #B548C4
Text Example
Text Example
White with #B548C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548C4; }
p { color: rgb(181,72,196); }
H1.HeaderClassName
{
color: #B548C4;
}
.AnyTagClassName
{
color: #B548C4;
}
</style>
background-color css
<style>
a { background-color: #B548C4; }
a { background-color: rgb(181,72,196); }
div.DivClassName
{
background-color: #B548C4;
}
.BgClassName
{
background-color: #B548C4;
}
</style>
border-color css
<style>
span { border-color: #B548C4; }
span { border-color: rgb(181,72,196); }
td.TdClassName
{
border-color: #B548C4;
}
.TagClassName
{
border-color: #B548C4;
}
</style>