Shades of Fuchsia #B952BB
Tints of Fuchsia #B952BB
RGB
CMYK
RGB Variations
Color information
#B952BB (or 0xB952BB) is known color: Fuchsia. HEX triplet: B9, 52 and BB. RGB value is (185,82,187). Sum of RGB (Red+Green+Blue) = 185+82+187=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B952BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952BB is #46AD44. Grayscale: #7C7C7C. Windows color (decimal): -4631877 or 12276409. OLE color: 12276409.
HSL color Cylindrical-coordinate representation of color #B952BB: hue angle of 298.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952BB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 187 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.27 |
| HSL | 298.86º | 0.44% | 0.53% | - |
| HSV(B) | 298.86º | 0.56% | 0.73% | - |
| XYZ | 31.99 | 19.94 | 49.18 | - |
| YUV | 124.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 187 | 0.01 | 0.56 | 0 | 0.27 | 298.86 | 0.44 | 0.53 |
| Hex | B9 | 52 | BB | 1 | 38 | 0 | 1B | 12B | 2C | 35 |
| Octal | 271 | 122 | 273 | 1 | 70 | 0 | 33 | 453 | 54 | 65 |
| Binary | 10111001 | 1010010 | 10111011 | 1 | 111000 | 0 | 11011 | 100101011 | 101100 | 110101 |
Color Harmonies of #B952BB
Complementary color
Monochromatic Colors of #B952BB
Black with #B952BB
Text Example
Text Example
White with #B952BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952BB; }
p { color: rgb(185,82,187); }
H1.HeaderClassName
{
color: #B952BB;
}
.AnyTagClassName
{
color: #B952BB;
}
</style>
background-color css
<style>
a { background-color: #B952BB; }
a { background-color: rgb(185,82,187); }
div.DivClassName
{
background-color: #B952BB;
}
.BgClassName
{
background-color: #B952BB;
}
</style>
border-color css
<style>
span { border-color: #B952BB; }
span { border-color: rgb(185,82,187); }
td.TdClassName
{
border-color: #B952BB;
}
.TagClassName
{
border-color: #B952BB;
}
</style>