Shades of Fuchsia #B975BA
Tints of Fuchsia #B975BA
RGB
CMYK
RGB Variations
Color information
#B975BA (or 0xB975BA) is known color: Fuchsia. HEX triplet: B9, 75 and BA. RGB value is (185,117,186). Sum of RGB (Red+Green+Blue) = 185+117+186=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B975BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975BA is #468A45. Grayscale: #909090. Windows color (decimal): -4622918 or 12219833. OLE color: 12219833.
HSL color Cylindrical-coordinate representation of color #B975BA: hue angle of 299.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975BA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 186 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.27 |
| HSL | 299.13º | 0.33% | 0.59% | - |
| HSV(B) | 299.13º | 0.37% | 0.73% | - |
| XYZ | 35.23 | 26.58 | 49.73 | - |
| YUV | 145.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 186 | 0.01 | 0.37 | 0 | 0.27 | 299.13 | 0.33 | 0.59 |
| Hex | B9 | 75 | BA | 1 | 25 | 0 | 1B | 12B | 21 | 3B |
| Octal | 271 | 165 | 272 | 1 | 45 | 0 | 33 | 453 | 41 | 73 |
| Binary | 10111001 | 1110101 | 10111010 | 1 | 100101 | 0 | 11011 | 100101011 | 100001 | 111011 |
Color Harmonies of #B975BA
Complementary color
Monochromatic Colors of #B975BA
Black with #B975BA
Text Example
Text Example
White with #B975BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975BA; }
p { color: rgb(185,117,186); }
H1.HeaderClassName
{
color: #B975BA;
}
.AnyTagClassName
{
color: #B975BA;
}
</style>
background-color css
<style>
a { background-color: #B975BA; }
a { background-color: rgb(185,117,186); }
div.DivClassName
{
background-color: #B975BA;
}
.BgClassName
{
background-color: #B975BA;
}
</style>
border-color css
<style>
span { border-color: #B975BA; }
span { border-color: rgb(185,117,186); }
td.TdClassName
{
border-color: #B975BA;
}
.TagClassName
{
border-color: #B975BA;
}
</style>