Shades of Fuchsia #B048BD
Tints of Fuchsia #B048BD
RGB
CMYK
RGB Variations
Color information
#B048BD (or 0xB048BD) is known color: Fuchsia. HEX triplet: B0, 48 and BD. RGB value is (176,72,189). Sum of RGB (Red+Green+Blue) = 176+72+189=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B048BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048BD is #4FB742. Grayscale: #747474. Windows color (decimal): -5224259 or 12404912. OLE color: 12404912.
HSL color Cylindrical-coordinate representation of color #B048BD: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B048BD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 72 | 189 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.26 |
| HSL | 293.33º | 0.47% | 0.51% | - |
| HSV(B) | 293.33º | 0.62% | 0.74% | - |
| XYZ | 29.41 | 17.54 | 49.98 | - |
| YUV | 116.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 189 | 0.07 | 0.62 | 0 | 0.26 | 293.33 | 0.47 | 0.51 |
| Hex | B0 | 48 | BD | 7 | 3E | 0 | 1A | 125 | 2F | 33 |
| Octal | 260 | 110 | 275 | 7 | 76 | 0 | 32 | 445 | 57 | 63 |
| Binary | 10110000 | 1001000 | 10111101 | 111 | 111110 | 0 | 11010 | 100100101 | 101111 | 110011 |
Color Harmonies of #B048BD
Complementary color
Monochromatic Colors of #B048BD
Black with #B048BD
Text Example
Text Example
White with #B048BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048BD; }
p { color: rgb(176,72,189); }
H1.HeaderClassName
{
color: #B048BD;
}
.AnyTagClassName
{
color: #B048BD;
}
</style>
background-color css
<style>
a { background-color: #B048BD; }
a { background-color: rgb(176,72,189); }
div.DivClassName
{
background-color: #B048BD;
}
.BgClassName
{
background-color: #B048BD;
}
</style>
border-color css
<style>
span { border-color: #B048BD; }
span { border-color: rgb(176,72,189); }
td.TdClassName
{
border-color: #B048BD;
}
.TagClassName
{
border-color: #B048BD;
}
</style>