Shades of Fuchsia #B972B3
Tints of Fuchsia #B972B3
RGB
CMYK
RGB Variations
Color information
#B972B3 (or 0xB972B3) is known color: Fuchsia. HEX triplet: B9, 72 and B3. RGB value is (185,114,179). Sum of RGB (Red+Green+Blue) = 185+114+179=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972B3 is #468D4C. Grayscale: #8E8E8E. Windows color (decimal): -4623693 or 11760313. OLE color: 11760313.
HSL color Cylindrical-coordinate representation of color #B972B3: hue angle of 305.07º 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 #B972B3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 179 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.27 |
| HSL | 305.07º | 0.34% | 0.59% | - |
| HSV(B) | 305.07º | 0.38% | 0.73% | - |
| XYZ | 34.16 | 25.6 | 45.79 | - |
| YUV | 142.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 179 | 0 | 0.38 | 0.03 | 0.27 | 305.07 | 0.34 | 0.59 |
| Hex | B9 | 72 | B3 | 0 | 26 | 3 | 1B | 131 | 22 | 3B |
| Octal | 271 | 162 | 263 | 0 | 46 | 3 | 33 | 461 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10110011 | 0 | 100110 | 11 | 11011 | 100110001 | 100010 | 111011 |
Color Harmonies of #B972B3
Complementary color
Monochromatic Colors of #B972B3
Black with #B972B3
Text Example
Text Example
White with #B972B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972B3; }
p { color: rgb(185,114,179); }
H1.HeaderClassName
{
color: #B972B3;
}
.AnyTagClassName
{
color: #B972B3;
}
</style>
background-color css
<style>
a { background-color: #B972B3; }
a { background-color: rgb(185,114,179); }
div.DivClassName
{
background-color: #B972B3;
}
.BgClassName
{
background-color: #B972B3;
}
</style>
border-color css
<style>
span { border-color: #B972B3; }
span { border-color: rgb(185,114,179); }
td.TdClassName
{
border-color: #B972B3;
}
.TagClassName
{
border-color: #B972B3;
}
</style>