Shades of Fuchsia #BF33AF
Tints of Fuchsia #BF33AF
RGB
CMYK
RGB Variations
Color information
#BF33AF (or 0xBF33AF) is known color: Fuchsia. HEX triplet: BF, 33 and AF. RGB value is (191,51,175). Sum of RGB (Red+Green+Blue) = 191+51+175=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33AF is #40CC50. Grayscale: #6A6A6A. Windows color (decimal): -4246609 or 11482047. OLE color: 11482047.
HSL color Cylindrical-coordinate representation of color #BF33AF: hue angle of 306.86º 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 #BF33AF is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 175 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.25 |
| HSL | 306.86º | 0.58% | 0.47% | - |
| HSV(B) | 306.86º | 0.73% | 0.75% | - |
| XYZ | 30.41 | 16.54 | 42.15 | - |
| YUV | 107 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 175 | 0 | 0.73 | 0.08 | 0.25 | 306.86 | 0.58 | 0.47 |
| Hex | BF | 33 | AF | 0 | 49 | 8 | 19 | 133 | 3A | 2F |
| Octal | 277 | 63 | 257 | 0 | 111 | 10 | 31 | 463 | 72 | 57 |
| Binary | 10111111 | 110011 | 10101111 | 0 | 1001001 | 1000 | 11001 | 100110011 | 111010 | 101111 |
Color Harmonies of #BF33AF
Complementary color
Monochromatic Colors of #BF33AF
Black with #BF33AF
Text Example
Text Example
White with #BF33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33AF; }
p { color: rgb(191,51,175); }
H1.HeaderClassName
{
color: #BF33AF;
}
.AnyTagClassName
{
color: #BF33AF;
}
</style>
background-color css
<style>
a { background-color: #BF33AF; }
a { background-color: rgb(191,51,175); }
div.DivClassName
{
background-color: #BF33AF;
}
.BgClassName
{
background-color: #BF33AF;
}
</style>
border-color css
<style>
span { border-color: #BF33AF; }
span { border-color: rgb(191,51,175); }
td.TdClassName
{
border-color: #BF33AF;
}
.TagClassName
{
border-color: #BF33AF;
}
</style>