Shades of Fuchsia #B947BA
Tints of Fuchsia #B947BA
RGB
CMYK
RGB Variations
Color information
#B947BA (or 0xB947BA) is known color: Fuchsia. HEX triplet: B9, 47 and BA. RGB value is (185,71,186). Sum of RGB (Red+Green+Blue) = 185+71+186=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B947BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947BA is #46B845. Grayscale: #757575. Windows color (decimal): -4634694 or 12208057. OLE color: 12208057.
HSL color Cylindrical-coordinate representation of color #B947BA: hue angle of 299.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947BA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 186 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.27 |
| HSL | 299.48º | 0.45% | 0.5% | - |
| HSV(B) | 299.48º | 0.62% | 0.73% | - |
| XYZ | 31.12 | 18.37 | 48.36 | - |
| YUV | 118.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 186 | 0.01 | 0.62 | 0 | 0.27 | 299.48 | 0.45 | 0.5 |
| Hex | B9 | 47 | BA | 1 | 3E | 0 | 1B | 12B | 2D | 32 |
| Octal | 271 | 107 | 272 | 1 | 76 | 0 | 33 | 453 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10111010 | 1 | 111110 | 0 | 11011 | 100101011 | 101101 | 110010 |
Color Harmonies of #B947BA
Complementary color
Monochromatic Colors of #B947BA
Black with #B947BA
Text Example
Text Example
White with #B947BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947BA; }
p { color: rgb(185,71,186); }
H1.HeaderClassName
{
color: #B947BA;
}
.AnyTagClassName
{
color: #B947BA;
}
</style>
background-color css
<style>
a { background-color: #B947BA; }
a { background-color: rgb(185,71,186); }
div.DivClassName
{
background-color: #B947BA;
}
.BgClassName
{
background-color: #B947BA;
}
</style>
border-color css
<style>
span { border-color: #B947BA; }
span { border-color: rgb(185,71,186); }
td.TdClassName
{
border-color: #B947BA;
}
.TagClassName
{
border-color: #B947BA;
}
</style>