Shades of Fuchsia #BB74BC
Tints of Fuchsia #BB74BC
RGB
CMYK
RGB Variations
Color information
#BB74BC (or 0xBB74BC) is known color: Fuchsia. HEX triplet: BB, 74 and BC. RGB value is (187,116,188). Sum of RGB (Red+Green+Blue) = 187+116+188=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BC is #448B43. Grayscale: #919191. Windows color (decimal): -4492100 or 12350651. OLE color: 12350651.
HSL color Cylindrical-coordinate representation of color #BB74BC: hue angle of 299.17º 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 #BB74BC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 116 | 188 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.26 |
| HSL | 299.17º | 0.35% | 0.6% | - |
| HSV(B) | 299.17º | 0.38% | 0.74% | - |
| XYZ | 35.82 | 26.69 | 50.84 | - |
| YUV | 145.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 188 | 0.01 | 0.38 | 0 | 0.26 | 299.17 | 0.35 | 0.6 |
| Hex | BB | 74 | BC | 1 | 26 | 0 | 1A | 12B | 23 | 3C |
| Octal | 273 | 164 | 274 | 1 | 46 | 0 | 32 | 453 | 43 | 74 |
| Binary | 10111011 | 1110100 | 10111100 | 1 | 100110 | 0 | 11010 | 100101011 | 100011 | 111100 |
Color Harmonies of #BB74BC
Complementary color
Monochromatic Colors of #BB74BC
Black with #BB74BC
Text Example
Text Example
White with #BB74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74BC; }
p { color: rgb(187,116,188); }
H1.HeaderClassName
{
color: #BB74BC;
}
.AnyTagClassName
{
color: #BB74BC;
}
</style>
background-color css
<style>
a { background-color: #BB74BC; }
a { background-color: rgb(187,116,188); }
div.DivClassName
{
background-color: #BB74BC;
}
.BgClassName
{
background-color: #BB74BC;
}
</style>
border-color css
<style>
span { border-color: #BB74BC; }
span { border-color: rgb(187,116,188); }
td.TdClassName
{
border-color: #BB74BC;
}
.TagClassName
{
border-color: #BB74BC;
}
</style>