Shades of Fuchsia #BF34BB
Tints of Fuchsia #BF34BB
RGB
CMYK
RGB Variations
Color information
#BF34BB (or 0xBF34BB) is known color: Fuchsia. HEX triplet: BF, 34 and BB. RGB value is (191,52,187). Sum of RGB (Red+Green+Blue) = 191+52+187=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34BB is #40CB44. Grayscale: #6C6C6C. Windows color (decimal): -4246341 or 12268735. OLE color: 12268735.
HSL color Cylindrical-coordinate representation of color #BF34BB: hue angle of 301.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34BB is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 187 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.25 |
| HSL | 301.73º | 0.57% | 0.48% | - |
| HSV(B) | 301.73º | 0.73% | 0.75% | - |
| XYZ | 31.68 | 17.12 | 48.65 | - |
| YUV | 108.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 187 | 0 | 0.73 | 0.02 | 0.25 | 301.73 | 0.57 | 0.48 |
| Hex | BF | 34 | BB | 0 | 49 | 2 | 19 | 12E | 39 | 30 |
| Octal | 277 | 64 | 273 | 0 | 111 | 2 | 31 | 456 | 71 | 60 |
| Binary | 10111111 | 110100 | 10111011 | 0 | 1001001 | 10 | 11001 | 100101110 | 111001 | 110000 |
Color Harmonies of #BF34BB
Complementary color
Monochromatic Colors of #BF34BB
Black with #BF34BB
Text Example
Text Example
White with #BF34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF34BB; }
p { color: rgb(191,52,187); }
H1.HeaderClassName
{
color: #BF34BB;
}
.AnyTagClassName
{
color: #BF34BB;
}
</style>
background-color css
<style>
a { background-color: #BF34BB; }
a { background-color: rgb(191,52,187); }
div.DivClassName
{
background-color: #BF34BB;
}
.BgClassName
{
background-color: #BF34BB;
}
</style>
border-color css
<style>
span { border-color: #BF34BB; }
span { border-color: rgb(191,52,187); }
td.TdClassName
{
border-color: #BF34BB;
}
.TagClassName
{
border-color: #BF34BB;
}
</style>