Shades of Fuchsia #BF33AB
Tints of Fuchsia #BF33AB
RGB
CMYK
RGB Variations
Color information
#BF33AB (or 0xBF33AB) is known color: Fuchsia. HEX triplet: BF, 33 and AB. RGB value is (191,51,171). Sum of RGB (Red+Green+Blue) = 191+51+171=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33AB is #40CC54. Grayscale: #6A6A6A. Windows color (decimal): -4246613 or 11219903. OLE color: 11219903.
HSL color Cylindrical-coordinate representation of color #BF33AB: hue angle of 308.57º 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 #BF33AB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 171 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.25 |
| HSL | 308.57º | 0.58% | 0.47% | - |
| HSV(B) | 308.57º | 0.73% | 0.75% | - |
| XYZ | 30.02 | 16.38 | 40.11 | - |
| YUV | 106.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 171 | 0 | 0.73 | 0.10 | 0.25 | 308.57 | 0.58 | 0.47 |
| Hex | BF | 33 | AB | 0 | 49 | A | 19 | 135 | 3A | 2F |
| Octal | 277 | 63 | 253 | 0 | 111 | 12 | 31 | 465 | 72 | 57 |
| Binary | 10111111 | 110011 | 10101011 | 0 | 1001001 | 1010 | 11001 | 100110101 | 111010 | 101111 |
Color Harmonies of #BF33AB
Complementary color
Monochromatic Colors of #BF33AB
Black with #BF33AB
Text Example
Text Example
White with #BF33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33AB; }
p { color: rgb(191,51,171); }
H1.HeaderClassName
{
color: #BF33AB;
}
.AnyTagClassName
{
color: #BF33AB;
}
</style>
background-color css
<style>
a { background-color: #BF33AB; }
a { background-color: rgb(191,51,171); }
div.DivClassName
{
background-color: #BF33AB;
}
.BgClassName
{
background-color: #BF33AB;
}
</style>
border-color css
<style>
span { border-color: #BF33AB; }
span { border-color: rgb(191,51,171); }
td.TdClassName
{
border-color: #BF33AB;
}
.TagClassName
{
border-color: #BF33AB;
}
</style>