Shades of Fuchsia #B448BA
Tints of Fuchsia #B448BA
RGB
CMYK
RGB Variations
Color information
#B448BA (or 0xB448BA) is known color: Fuchsia. HEX triplet: B4, 48 and BA. RGB value is (180,72,186). Sum of RGB (Red+Green+Blue) = 180+72+186=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B448BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448BA is #4BB745. Grayscale: #747474. Windows color (decimal): -4962118 or 12208308. OLE color: 12208308.
HSL color Cylindrical-coordinate representation of color #B448BA: hue angle of 296.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B448BA is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 72 | 186 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.27 |
| HSL | 296.84º | 0.45% | 0.51% | - |
| HSV(B) | 296.84º | 0.61% | 0.73% | - |
| XYZ | 30 | 17.88 | 48.32 | - |
| YUV | 117.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 186 | 0.03 | 0.61 | 0 | 0.27 | 296.84 | 0.45 | 0.51 |
| Hex | B4 | 48 | BA | 3 | 3D | 0 | 1B | 129 | 2D | 33 |
| Octal | 264 | 110 | 272 | 3 | 75 | 0 | 33 | 451 | 55 | 63 |
| Binary | 10110100 | 1001000 | 10111010 | 11 | 111101 | 0 | 11011 | 100101001 | 101101 | 110011 |
Color Harmonies of #B448BA
Complementary color
Monochromatic Colors of #B448BA
Black with #B448BA
Text Example
Text Example
White with #B448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448BA; }
p { color: rgb(180,72,186); }
H1.HeaderClassName
{
color: #B448BA;
}
.AnyTagClassName
{
color: #B448BA;
}
</style>
background-color css
<style>
a { background-color: #B448BA; }
a { background-color: rgb(180,72,186); }
div.DivClassName
{
background-color: #B448BA;
}
.BgClassName
{
background-color: #B448BA;
}
</style>
border-color css
<style>
span { border-color: #B448BA; }
span { border-color: rgb(180,72,186); }
td.TdClassName
{
border-color: #B448BA;
}
.TagClassName
{
border-color: #B448BA;
}
</style>