Shades of Fuchsia #B972B7
Tints of Fuchsia #B972B7
RGB
CMYK
RGB Variations
Color information
#B972B7 (or 0xB972B7) is known color: Fuchsia. HEX triplet: B9, 72 and B7. RGB value is (185,114,183). Sum of RGB (Red+Green+Blue) = 185+114+183=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972B7 is #468D48. Grayscale: #8E8E8E. Windows color (decimal): -4623689 or 12022457. OLE color: 12022457.
HSL color Cylindrical-coordinate representation of color #B972B7: hue angle of 301.69º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972B7 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 183 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.27 |
| HSL | 301.69º | 0.34% | 0.59% | - |
| HSV(B) | 301.69º | 0.38% | 0.73% | - |
| XYZ | 34.57 | 25.77 | 47.95 | - |
| YUV | 143.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 183 | 0 | 0.38 | 0.01 | 0.27 | 301.69 | 0.34 | 0.59 |
| Hex | B9 | 72 | B7 | 0 | 26 | 1 | 1B | 12E | 22 | 3B |
| Octal | 271 | 162 | 267 | 0 | 46 | 1 | 33 | 456 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10110111 | 0 | 100110 | 1 | 11011 | 100101110 | 100010 | 111011 |
Color Harmonies of #B972B7
Complementary color
Monochromatic Colors of #B972B7
Black with #B972B7
Text Example
Text Example
White with #B972B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972B7; }
p { color: rgb(185,114,183); }
H1.HeaderClassName
{
color: #B972B7;
}
.AnyTagClassName
{
color: #B972B7;
}
</style>
background-color css
<style>
a { background-color: #B972B7; }
a { background-color: rgb(185,114,183); }
div.DivClassName
{
background-color: #B972B7;
}
.BgClassName
{
background-color: #B972B7;
}
</style>
border-color css
<style>
span { border-color: #B972B7; }
span { border-color: rgb(185,114,183); }
td.TdClassName
{
border-color: #B972B7;
}
.TagClassName
{
border-color: #B972B7;
}
</style>