Shades of Fuchsia #B974BC
Tints of Fuchsia #B974BC
RGB
CMYK
RGB Variations
Color information
#B974BC (or 0xB974BC) is known color: Fuchsia. HEX triplet: B9, 74 and BC. RGB value is (185,116,188). Sum of RGB (Red+Green+Blue) = 185+116+188=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #B974BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974BC is #468B43. Grayscale: #909090. Windows color (decimal): -4623172 or 12350649. OLE color: 12350649.
HSL color Cylindrical-coordinate representation of color #B974BC: hue angle of 297.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B974BC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 116 | 188 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.26 |
| HSL | 297.5º | 0.35% | 0.6% | - |
| HSV(B) | 297.5º | 0.38% | 0.74% | - |
| XYZ | 35.33 | 26.44 | 50.82 | - |
| YUV | 144.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 188 | 0.02 | 0.38 | 0 | 0.26 | 297.5 | 0.35 | 0.6 |
| Hex | B9 | 74 | BC | 2 | 26 | 0 | 1A | 12A | 23 | 3C |
| Octal | 271 | 164 | 274 | 2 | 46 | 0 | 32 | 452 | 43 | 74 |
| Binary | 10111001 | 1110100 | 10111100 | 10 | 100110 | 0 | 11010 | 100101010 | 100011 | 111100 |
Color Harmonies of #B974BC
Complementary color
Monochromatic Colors of #B974BC
Black with #B974BC
Text Example
Text Example
White with #B974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974BC; }
p { color: rgb(185,116,188); }
H1.HeaderClassName
{
color: #B974BC;
}
.AnyTagClassName
{
color: #B974BC;
}
</style>
background-color css
<style>
a { background-color: #B974BC; }
a { background-color: rgb(185,116,188); }
div.DivClassName
{
background-color: #B974BC;
}
.BgClassName
{
background-color: #B974BC;
}
</style>
border-color css
<style>
span { border-color: #B974BC; }
span { border-color: rgb(185,116,188); }
td.TdClassName
{
border-color: #B974BC;
}
.TagClassName
{
border-color: #B974BC;
}
</style>