Shades of Fuchsia #B947B9
Tints of Fuchsia #B947B9
RGB
CMYK
RGB Variations
Color information
#B947B9 (or 0xB947B9) is known color: Fuchsia. HEX triplet: B9, 47 and B9. RGB value is (185,71,185). Sum of RGB (Red+Green+Blue) = 185+71+185=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B947B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947B9 is #46B846. Grayscale: #757575. Windows color (decimal): -4634695 or 12142521. OLE color: 12142521.
HSL color Cylindrical-coordinate representation of color #B947B9: hue angle of 300º 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 #B947B9 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 185 | - |
| CMYK | 0 | 0.62 | 0 | 0.27 |
| HSL | 300º | 0.45% | 0.5% | - |
| HSV(B) | 300º | 0.62% | 0.73% | - |
| XYZ | 31.02 | 18.32 | 47.8 | - |
| YUV | 118.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 185 | 0 | 0.62 | 0 | 0.27 | 300 | 0.45 | 0.5 |
| Hex | B9 | 47 | B9 | 0 | 3E | 0 | 1B | 12C | 2D | 32 |
| Octal | 271 | 107 | 271 | 0 | 76 | 0 | 33 | 454 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10111001 | 0 | 111110 | 0 | 11011 | 100101100 | 101101 | 110010 |
Color Harmonies of #B947B9
Complementary color
Monochromatic Colors of #B947B9
Black with #B947B9
Text Example
Text Example
White with #B947B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947B9; }
p { color: rgb(185,71,185); }
H1.HeaderClassName
{
color: #B947B9;
}
.AnyTagClassName
{
color: #B947B9;
}
</style>
background-color css
<style>
a { background-color: #B947B9; }
a { background-color: rgb(185,71,185); }
div.DivClassName
{
background-color: #B947B9;
}
.BgClassName
{
background-color: #B947B9;
}
</style>
border-color css
<style>
span { border-color: #B947B9; }
span { border-color: rgb(185,71,185); }
td.TdClassName
{
border-color: #B947B9;
}
.TagClassName
{
border-color: #B947B9;
}
</style>