Shades of Fuchsia #BB34C2
Tints of Fuchsia #BB34C2
RGB
CMYK
RGB Variations
Color information
#BB34C2 (or 0xBB34C2) is known color: Fuchsia. HEX triplet: BB, 34 and C2. RGB value is (187,52,194). Sum of RGB (Red+Green+Blue) = 187+52+194=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34C2 is #44CB3D. Grayscale: #6C6C6C. Windows color (decimal): -4508478 or 12727483. OLE color: 12727483.
HSL color Cylindrical-coordinate representation of color #BB34C2: hue angle of 297.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB34C2 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 52 | 194 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.24 |
| HSL | 297.04º | 0.58% | 0.48% | - |
| HSV(B) | 297.04º | 0.73% | 0.76% | - |
| XYZ | 31.46 | 16.92 | 52.65 | - |
| YUV | 108.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 194 | 0.04 | 0.73 | 0 | 0.24 | 297.04 | 0.58 | 0.48 |
| Hex | BB | 34 | C2 | 4 | 49 | 0 | 18 | 129 | 3A | 30 |
| Octal | 273 | 64 | 302 | 4 | 111 | 0 | 30 | 451 | 72 | 60 |
| Binary | 10111011 | 110100 | 11000010 | 100 | 1001001 | 0 | 11000 | 100101001 | 111010 | 110000 |
Color Harmonies of #BB34C2
Complementary color
Monochromatic Colors of #BB34C2
Black with #BB34C2
Text Example
Text Example
White with #BB34C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34C2; }
p { color: rgb(187,52,194); }
H1.HeaderClassName
{
color: #BB34C2;
}
.AnyTagClassName
{
color: #BB34C2;
}
</style>
background-color css
<style>
a { background-color: #BB34C2; }
a { background-color: rgb(187,52,194); }
div.DivClassName
{
background-color: #BB34C2;
}
.BgClassName
{
background-color: #BB34C2;
}
</style>
border-color css
<style>
span { border-color: #BB34C2; }
span { border-color: rgb(187,52,194); }
td.TdClassName
{
border-color: #BB34C2;
}
.TagClassName
{
border-color: #BB34C2;
}
</style>