Shades of Fuchsia #B971B9
Tints of Fuchsia #B971B9
RGB
CMYK
RGB Variations
Color information
#B971B9 (or 0xB971B9) is known color: Fuchsia. HEX triplet: B9, 71 and B9. RGB value is (185,113,185). Sum of RGB (Red+Green+Blue) = 185+113+185=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B971B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971B9 is #468E46. Grayscale: #8E8E8E. Windows color (decimal): -4623943 or 12153273. OLE color: 12153273.
HSL color Cylindrical-coordinate representation of color #B971B9: hue angle of 300º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B971B9 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 185 | - |
| CMYK | 0 | 0.39 | 0 | 0.27 |
| HSL | 300º | 0.34% | 0.58% | - |
| HSV(B) | 300º | 0.39% | 0.73% | - |
| XYZ | 34.67 | 25.63 | 49.02 | - |
| YUV | 142.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 185 | 0 | 0.39 | 0 | 0.27 | 300 | 0.34 | 0.58 |
| Hex | B9 | 71 | B9 | 0 | 27 | 0 | 1B | 12C | 22 | 3A |
| Octal | 271 | 161 | 271 | 0 | 47 | 0 | 33 | 454 | 42 | 72 |
| Binary | 10111001 | 1110001 | 10111001 | 0 | 100111 | 0 | 11011 | 100101100 | 100010 | 111010 |
Color Harmonies of #B971B9
Complementary color
Monochromatic Colors of #B971B9
Black with #B971B9
Text Example
Text Example
White with #B971B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971B9; }
p { color: rgb(185,113,185); }
H1.HeaderClassName
{
color: #B971B9;
}
.AnyTagClassName
{
color: #B971B9;
}
</style>
background-color css
<style>
a { background-color: #B971B9; }
a { background-color: rgb(185,113,185); }
div.DivClassName
{
background-color: #B971B9;
}
.BgClassName
{
background-color: #B971B9;
}
</style>
border-color css
<style>
span { border-color: #B971B9; }
span { border-color: rgb(185,113,185); }
td.TdClassName
{
border-color: #B971B9;
}
.TagClassName
{
border-color: #B971B9;
}
</style>