Shades of Fuchsia #B948BA
Tints of Fuchsia #B948BA
RGB
CMYK
RGB Variations
Color information
#B948BA (or 0xB948BA) is known color: Fuchsia. HEX triplet: B9, 48 and BA. RGB value is (185,72,186). Sum of RGB (Red+Green+Blue) = 185+72+186=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B948BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948BA is #46B745. Grayscale: #767676. Windows color (decimal): -4634438 or 12208313. OLE color: 12208313.
HSL color Cylindrical-coordinate representation of color #B948BA: hue angle of 299.47º 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 #B948BA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 186 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.27 |
| HSL | 299.47º | 0.45% | 0.51% | - |
| HSV(B) | 299.47º | 0.61% | 0.73% | - |
| XYZ | 31.19 | 18.49 | 48.38 | - |
| YUV | 118.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 186 | 0.01 | 0.61 | 0 | 0.27 | 299.47 | 0.45 | 0.51 |
| Hex | B9 | 48 | BA | 1 | 3D | 0 | 1B | 12B | 2D | 33 |
| Octal | 271 | 110 | 272 | 1 | 75 | 0 | 33 | 453 | 55 | 63 |
| Binary | 10111001 | 1001000 | 10111010 | 1 | 111101 | 0 | 11011 | 100101011 | 101101 | 110011 |
Color Harmonies of #B948BA
Complementary color
Monochromatic Colors of #B948BA
Black with #B948BA
Text Example
Text Example
White with #B948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948BA; }
p { color: rgb(185,72,186); }
H1.HeaderClassName
{
color: #B948BA;
}
.AnyTagClassName
{
color: #B948BA;
}
</style>
background-color css
<style>
a { background-color: #B948BA; }
a { background-color: rgb(185,72,186); }
div.DivClassName
{
background-color: #B948BA;
}
.BgClassName
{
background-color: #B948BA;
}
</style>
border-color css
<style>
span { border-color: #B948BA; }
span { border-color: rgb(185,72,186); }
td.TdClassName
{
border-color: #B948BA;
}
.TagClassName
{
border-color: #B948BA;
}
</style>