Shades of Fuchsia #B972B4
Tints of Fuchsia #B972B4
RGB
CMYK
RGB Variations
Color information
#B972B4 (or 0xB972B4) is known color: Fuchsia. HEX triplet: B9, 72 and B4. RGB value is (185,114,180). Sum of RGB (Red+Green+Blue) = 185+114+180=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972B4 is #468D4B. Grayscale: #8E8E8E. Windows color (decimal): -4623692 or 11825849. OLE color: 11825849.
HSL color Cylindrical-coordinate representation of color #B972B4: hue angle of 304.23º 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 #B972B4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 180 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.27 |
| HSL | 304.23º | 0.34% | 0.59% | - |
| HSV(B) | 304.23º | 0.38% | 0.73% | - |
| XYZ | 34.26 | 25.64 | 46.32 | - |
| YUV | 142.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 180 | 0 | 0.38 | 0.03 | 0.27 | 304.23 | 0.34 | 0.59 |
| Hex | B9 | 72 | B4 | 0 | 26 | 3 | 1B | 130 | 22 | 3B |
| Octal | 271 | 162 | 264 | 0 | 46 | 3 | 33 | 460 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10110100 | 0 | 100110 | 11 | 11011 | 100110000 | 100010 | 111011 |
Color Harmonies of #B972B4
Complementary color
Monochromatic Colors of #B972B4
Black with #B972B4
Text Example
Text Example
White with #B972B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972B4; }
p { color: rgb(185,114,180); }
H1.HeaderClassName
{
color: #B972B4;
}
.AnyTagClassName
{
color: #B972B4;
}
</style>
background-color css
<style>
a { background-color: #B972B4; }
a { background-color: rgb(185,114,180); }
div.DivClassName
{
background-color: #B972B4;
}
.BgClassName
{
background-color: #B972B4;
}
</style>
border-color css
<style>
span { border-color: #B972B4; }
span { border-color: rgb(185,114,180); }
td.TdClassName
{
border-color: #B972B4;
}
.TagClassName
{
border-color: #B972B4;
}
</style>