Shades of Fuchsia #B972BC
Tints of Fuchsia #B972BC
RGB
CMYK
RGB Variations
Color information
#B972BC (or 0xB972BC) is known color: Fuchsia. HEX triplet: B9, 72 and BC. RGB value is (185,114,188). Sum of RGB (Red+Green+Blue) = 185+114+188=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B972BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BC is #468D43. Grayscale: #8F8F8F. Windows color (decimal): -4623684 or 12350137. OLE color: 12350137.
HSL color Cylindrical-coordinate representation of color #B972BC: hue angle of 297.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B972BC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 114 | 188 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.26 |
| HSL | 297.57º | 0.36% | 0.59% | - |
| HSV(B) | 297.57º | 0.39% | 0.74% | - |
| XYZ | 35.1 | 25.98 | 50.74 | - |
| YUV | 143.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 188 | 0.02 | 0.39 | 0 | 0.26 | 297.57 | 0.36 | 0.59 |
| Hex | B9 | 72 | BC | 2 | 27 | 0 | 1A | 12A | 24 | 3B |
| Octal | 271 | 162 | 274 | 2 | 47 | 0 | 32 | 452 | 44 | 73 |
| Binary | 10111001 | 1110010 | 10111100 | 10 | 100111 | 0 | 11010 | 100101010 | 100100 | 111011 |
Color Harmonies of #B972BC
Complementary color
Monochromatic Colors of #B972BC
Black with #B972BC
Text Example
Text Example
White with #B972BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972BC; }
p { color: rgb(185,114,188); }
H1.HeaderClassName
{
color: #B972BC;
}
.AnyTagClassName
{
color: #B972BC;
}
</style>
background-color css
<style>
a { background-color: #B972BC; }
a { background-color: rgb(185,114,188); }
div.DivClassName
{
background-color: #B972BC;
}
.BgClassName
{
background-color: #B972BC;
}
</style>
border-color css
<style>
span { border-color: #B972BC; }
span { border-color: rgb(185,114,188); }
td.TdClassName
{
border-color: #B972BC;
}
.TagClassName
{
border-color: #B972BC;
}
</style>