Shades of Fuchsia #BF33BA
Tints of Fuchsia #BF33BA
RGB
CMYK
RGB Variations
Color information
#BF33BA (or 0xBF33BA) is known color: Fuchsia. HEX triplet: BF, 33 and BA. RGB value is (191,51,186). Sum of RGB (Red+Green+Blue) = 191+51+186=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33BA is #40CC45. Grayscale: #6B6B6B. Windows color (decimal): -4246598 or 12202943. OLE color: 12202943.
HSL color Cylindrical-coordinate representation of color #BF33BA: hue angle of 302.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF33BA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 186 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.25 |
| HSL | 302.14º | 0.58% | 0.47% | - |
| HSV(B) | 302.14º | 0.73% | 0.75% | - |
| XYZ | 31.53 | 16.99 | 48.07 | - |
| YUV | 108.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 186 | 0 | 0.73 | 0.03 | 0.25 | 302.14 | 0.58 | 0.47 |
| Hex | BF | 33 | BA | 0 | 49 | 3 | 19 | 12E | 3A | 2F |
| Octal | 277 | 63 | 272 | 0 | 111 | 3 | 31 | 456 | 72 | 57 |
| Binary | 10111111 | 110011 | 10111010 | 0 | 1001001 | 11 | 11001 | 100101110 | 111010 | 101111 |
Color Harmonies of #BF33BA
Complementary color
Monochromatic Colors of #BF33BA
Black with #BF33BA
Text Example
Text Example
White with #BF33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33BA; }
p { color: rgb(191,51,186); }
H1.HeaderClassName
{
color: #BF33BA;
}
.AnyTagClassName
{
color: #BF33BA;
}
</style>
background-color css
<style>
a { background-color: #BF33BA; }
a { background-color: rgb(191,51,186); }
div.DivClassName
{
background-color: #BF33BA;
}
.BgClassName
{
background-color: #BF33BA;
}
</style>
border-color css
<style>
span { border-color: #BF33BA; }
span { border-color: rgb(191,51,186); }
td.TdClassName
{
border-color: #BF33BA;
}
.TagClassName
{
border-color: #BF33BA;
}
</style>