Shades of Fuchsia #BB34B7
Tints of Fuchsia #BB34B7
RGB
CMYK
RGB Variations
Color information
#BB34B7 (or 0xBB34B7) is known color: Fuchsia. HEX triplet: BB, 34 and B7. RGB value is (187,52,183). Sum of RGB (Red+Green+Blue) = 187+52+183=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34B7 is #44CB48. Grayscale: #6A6A6A. Windows color (decimal): -4508489 or 12006587. OLE color: 12006587.
HSL color Cylindrical-coordinate representation of color #BB34B7: hue angle of 301.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34B7 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 183 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.27 |
| HSL | 301.78º | 0.56% | 0.47% | - |
| HSV(B) | 301.78º | 0.72% | 0.73% | - |
| XYZ | 30.27 | 16.44 | 46.38 | - |
| YUV | 107.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 183 | 0 | 0.72 | 0.02 | 0.27 | 301.78 | 0.56 | 0.47 |
| Hex | BB | 34 | B7 | 0 | 48 | 2 | 1B | 12E | 38 | 2F |
| Octal | 273 | 64 | 267 | 0 | 110 | 2 | 33 | 456 | 70 | 57 |
| Binary | 10111011 | 110100 | 10110111 | 0 | 1001000 | 10 | 11011 | 100101110 | 111000 | 101111 |
Color Harmonies of #BB34B7
Complementary color
Monochromatic Colors of #BB34B7
Black with #BB34B7
Text Example
Text Example
White with #BB34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34B7; }
p { color: rgb(187,52,183); }
H1.HeaderClassName
{
color: #BB34B7;
}
.AnyTagClassName
{
color: #BB34B7;
}
</style>
background-color css
<style>
a { background-color: #BB34B7; }
a { background-color: rgb(187,52,183); }
div.DivClassName
{
background-color: #BB34B7;
}
.BgClassName
{
background-color: #BB34B7;
}
</style>
border-color css
<style>
span { border-color: #BB34B7; }
span { border-color: rgb(187,52,183); }
td.TdClassName
{
border-color: #BB34B7;
}
.TagClassName
{
border-color: #BB34B7;
}
</style>