Shades of Fuchsia #B448B8
Tints of Fuchsia #B448B8
RGB
CMYK
RGB Variations
Color information
#B448B8 (or 0xB448B8) is known color: Fuchsia. HEX triplet: B4, 48 and B8. RGB value is (180,72,184). Sum of RGB (Red+Green+Blue) = 180+72+184=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B448B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448B8 is #4BB747. Grayscale: #747474. Windows color (decimal): -4962120 or 12077236. OLE color: 12077236.
HSL color Cylindrical-coordinate representation of color #B448B8: hue angle of 297.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B448B8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 72 | 184 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.28 |
| HSL | 297.86º | 0.44% | 0.5% | - |
| HSV(B) | 297.86º | 0.61% | 0.72% | - |
| XYZ | 29.79 | 17.8 | 47.21 | - |
| YUV | 117.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 184 | 0.02 | 0.61 | 0 | 0.28 | 297.86 | 0.44 | 0.5 |
| Hex | B4 | 48 | B8 | 2 | 3D | 0 | 1C | 12A | 2C | 32 |
| Octal | 264 | 110 | 270 | 2 | 75 | 0 | 34 | 452 | 54 | 62 |
| Binary | 10110100 | 1001000 | 10111000 | 10 | 111101 | 0 | 11100 | 100101010 | 101100 | 110010 |
Color Harmonies of #B448B8
Complementary color
Monochromatic Colors of #B448B8
Black with #B448B8
Text Example
Text Example
White with #B448B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448B8; }
p { color: rgb(180,72,184); }
H1.HeaderClassName
{
color: #B448B8;
}
.AnyTagClassName
{
color: #B448B8;
}
</style>
background-color css
<style>
a { background-color: #B448B8; }
a { background-color: rgb(180,72,184); }
div.DivClassName
{
background-color: #B448B8;
}
.BgClassName
{
background-color: #B448B8;
}
</style>
border-color css
<style>
span { border-color: #B448B8; }
span { border-color: rgb(180,72,184); }
td.TdClassName
{
border-color: #B448B8;
}
.TagClassName
{
border-color: #B448B8;
}
</style>