Shades of Fuchsia #B248BA
Tints of Fuchsia #B248BA
RGB
CMYK
RGB Variations
Color information
#B248BA (or 0xB248BA) is known color: Fuchsia. HEX triplet: B2, 48 and BA. RGB value is (178,72,186). Sum of RGB (Red+Green+Blue) = 178+72+186=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B248BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248BA is #4DB745. Grayscale: #747474. Windows color (decimal): -5093190 or 12208306. OLE color: 12208306.
HSL color Cylindrical-coordinate representation of color #B248BA: hue angle of 295.79º 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 #B248BA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 72 | 186 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.27 |
| HSL | 295.79º | 0.45% | 0.51% | - |
| HSV(B) | 295.79º | 0.61% | 0.73% | - |
| XYZ | 29.54 | 17.64 | 48.3 | - |
| YUV | 116.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 186 | 0.04 | 0.61 | 0 | 0.27 | 295.79 | 0.45 | 0.51 |
| Hex | B2 | 48 | BA | 4 | 3D | 0 | 1B | 128 | 2D | 33 |
| Octal | 262 | 110 | 272 | 4 | 75 | 0 | 33 | 450 | 55 | 63 |
| Binary | 10110010 | 1001000 | 10111010 | 100 | 111101 | 0 | 11011 | 100101000 | 101101 | 110011 |
Color Harmonies of #B248BA
Complementary color
Monochromatic Colors of #B248BA
Black with #B248BA
Text Example
Text Example
White with #B248BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248BA; }
p { color: rgb(178,72,186); }
H1.HeaderClassName
{
color: #B248BA;
}
.AnyTagClassName
{
color: #B248BA;
}
</style>
background-color css
<style>
a { background-color: #B248BA; }
a { background-color: rgb(178,72,186); }
div.DivClassName
{
background-color: #B248BA;
}
.BgClassName
{
background-color: #B248BA;
}
</style>
border-color css
<style>
span { border-color: #B248BA; }
span { border-color: rgb(178,72,186); }
td.TdClassName
{
border-color: #B248BA;
}
.TagClassName
{
border-color: #B248BA;
}
</style>