Shades of Fuchsia #B975BB
Tints of Fuchsia #B975BB
RGB
CMYK
RGB Variations
Color information
#B975BB (or 0xB975BB) is known color: Fuchsia. HEX triplet: B9, 75 and BB. RGB value is (185,117,187). Sum of RGB (Red+Green+Blue) = 185+117+187=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #B975BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975BB is #468A44. Grayscale: #919191. Windows color (decimal): -4622917 or 12285369. OLE color: 12285369.
HSL color Cylindrical-coordinate representation of color #B975BB: hue angle of 298.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975BB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 187 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.27 |
| HSL | 298.29º | 0.34% | 0.6% | - |
| HSV(B) | 298.29º | 0.37% | 0.73% | - |
| XYZ | 35.34 | 26.62 | 50.29 | - |
| YUV | 145.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 187 | 0.01 | 0.37 | 0 | 0.27 | 298.29 | 0.34 | 0.6 |
| Hex | B9 | 75 | BB | 1 | 25 | 0 | 1B | 12A | 22 | 3C |
| Octal | 271 | 165 | 273 | 1 | 45 | 0 | 33 | 452 | 42 | 74 |
| Binary | 10111001 | 1110101 | 10111011 | 1 | 100101 | 0 | 11011 | 100101010 | 100010 | 111100 |
Color Harmonies of #B975BB
Complementary color
Monochromatic Colors of #B975BB
Black with #B975BB
Text Example
Text Example
White with #B975BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975BB; }
p { color: rgb(185,117,187); }
H1.HeaderClassName
{
color: #B975BB;
}
.AnyTagClassName
{
color: #B975BB;
}
</style>
background-color css
<style>
a { background-color: #B975BB; }
a { background-color: rgb(185,117,187); }
div.DivClassName
{
background-color: #B975BB;
}
.BgClassName
{
background-color: #B975BB;
}
</style>
border-color css
<style>
span { border-color: #B975BB; }
span { border-color: rgb(185,117,187); }
td.TdClassName
{
border-color: #B975BB;
}
.TagClassName
{
border-color: #B975BB;
}
</style>