Shades of Fuchsia #B972B8
Tints of Fuchsia #B972B8
RGB
CMYK
RGB Variations
Color information
#B972B8 (or 0xB972B8) is known color: Fuchsia. HEX triplet: B9, 72 and B8. RGB value is (185,114,184). Sum of RGB (Red+Green+Blue) = 185+114+184=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972B8 is #468D47. Grayscale: #8F8F8F. Windows color (decimal): -4623688 or 12087993. OLE color: 12087993.
HSL color Cylindrical-coordinate representation of color #B972B8: hue angle of 300.85º 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 #B972B8 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 184 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.27 |
| HSL | 300.85º | 0.34% | 0.59% | - |
| HSV(B) | 300.85º | 0.38% | 0.73% | - |
| XYZ | 34.68 | 25.81 | 48.5 | - |
| YUV | 143.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 184 | 0 | 0.38 | 0.01 | 0.27 | 300.85 | 0.34 | 0.59 |
| Hex | B9 | 72 | B8 | 0 | 26 | 1 | 1B | 12D | 22 | 3B |
| Octal | 271 | 162 | 270 | 0 | 46 | 1 | 33 | 455 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10111000 | 0 | 100110 | 1 | 11011 | 100101101 | 100010 | 111011 |
Color Harmonies of #B972B8
Complementary color
Monochromatic Colors of #B972B8
Black with #B972B8
Text Example
Text Example
White with #B972B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972B8; }
p { color: rgb(185,114,184); }
H1.HeaderClassName
{
color: #B972B8;
}
.AnyTagClassName
{
color: #B972B8;
}
</style>
background-color css
<style>
a { background-color: #B972B8; }
a { background-color: rgb(185,114,184); }
div.DivClassName
{
background-color: #B972B8;
}
.BgClassName
{
background-color: #B972B8;
}
</style>
border-color css
<style>
span { border-color: #B972B8; }
span { border-color: rgb(185,114,184); }
td.TdClassName
{
border-color: #B972B8;
}
.TagClassName
{
border-color: #B972B8;
}
</style>