Shades of Fuchsia #B952B7
Tints of Fuchsia #B952B7
RGB
CMYK
RGB Variations
Color information
#B952B7 (or 0xB952B7) is known color: Fuchsia. HEX triplet: B9, 52 and B7. RGB value is (185,82,183). Sum of RGB (Red+Green+Blue) = 185+82+183=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B952B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952B7 is #46AD48. Grayscale: #7C7C7C. Windows color (decimal): -4631881 or 12014265. OLE color: 12014265.
HSL color Cylindrical-coordinate representation of color #B952B7: hue angle of 301.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952B7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 183 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.27 |
| HSL | 301.17º | 0.42% | 0.52% | - |
| HSV(B) | 301.17º | 0.56% | 0.73% | - |
| XYZ | 31.57 | 19.77 | 46.95 | - |
| YUV | 124.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 183 | 0 | 0.56 | 0.01 | 0.27 | 301.17 | 0.42 | 0.52 |
| Hex | B9 | 52 | B7 | 0 | 38 | 1 | 1B | 12D | 2A | 34 |
| Octal | 271 | 122 | 267 | 0 | 70 | 1 | 33 | 455 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10110111 | 0 | 111000 | 1 | 11011 | 100101101 | 101010 | 110100 |
Color Harmonies of #B952B7
Complementary color
Monochromatic Colors of #B952B7
Black with #B952B7
Text Example
Text Example
White with #B952B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952B7; }
p { color: rgb(185,82,183); }
H1.HeaderClassName
{
color: #B952B7;
}
.AnyTagClassName
{
color: #B952B7;
}
</style>
background-color css
<style>
a { background-color: #B952B7; }
a { background-color: rgb(185,82,183); }
div.DivClassName
{
background-color: #B952B7;
}
.BgClassName
{
background-color: #B952B7;
}
</style>
border-color css
<style>
span { border-color: #B952B7; }
span { border-color: rgb(185,82,183); }
td.TdClassName
{
border-color: #B952B7;
}
.TagClassName
{
border-color: #B952B7;
}
</style>