Shades of Fuchsia #BB74C0
Tints of Fuchsia #BB74C0
RGB
CMYK
RGB Variations
Color information
#BB74C0 (or 0xBB74C0) is known color: Fuchsia. HEX triplet: BB, 74 and C0. RGB value is (187,116,192). Sum of RGB (Red+Green+Blue) = 187+116+192=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74C0 is #448B3F. Grayscale: #919191. Windows color (decimal): -4492096 or 12612795. OLE color: 12612795.
HSL color Cylindrical-coordinate representation of color #BB74C0: hue angle of 296.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB74C0 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 116 | 192 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.25 |
| HSL | 296.05º | 0.38% | 0.6% | - |
| HSV(B) | 296.05º | 0.4% | 0.75% | - |
| XYZ | 36.25 | 26.86 | 53.14 | - |
| YUV | 145.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 192 | 0.03 | 0.40 | 0 | 0.25 | 296.05 | 0.38 | 0.6 |
| Hex | BB | 74 | C0 | 3 | 28 | 0 | 19 | 128 | 26 | 3C |
| Octal | 273 | 164 | 300 | 3 | 50 | 0 | 31 | 450 | 46 | 74 |
| Binary | 10111011 | 1110100 | 11000000 | 11 | 101000 | 0 | 11001 | 100101000 | 100110 | 111100 |
Color Harmonies of #BB74C0
Complementary color
Monochromatic Colors of #BB74C0
Black with #BB74C0
Text Example
Text Example
White with #BB74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74C0; }
p { color: rgb(187,116,192); }
H1.HeaderClassName
{
color: #BB74C0;
}
.AnyTagClassName
{
color: #BB74C0;
}
</style>
background-color css
<style>
a { background-color: #BB74C0; }
a { background-color: rgb(187,116,192); }
div.DivClassName
{
background-color: #BB74C0;
}
.BgClassName
{
background-color: #BB74C0;
}
</style>
border-color css
<style>
span { border-color: #BB74C0; }
span { border-color: rgb(187,116,192); }
td.TdClassName
{
border-color: #BB74C0;
}
.TagClassName
{
border-color: #BB74C0;
}
</style>