Shades of Fuchsia #BF62AB
Tints of Fuchsia #BF62AB
RGB
CMYK
RGB Variations
Color information
#BF62AB (or 0xBF62AB) is known color: Fuchsia. HEX triplet: BF, 62 and AB. RGB value is (191,98,171). Sum of RGB (Red+Green+Blue) = 191+98+171=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF62AB is #409D54. Grayscale: #858585. Windows color (decimal): -4234581 or 11231935. OLE color: 11231935.
HSL color Cylindrical-coordinate representation of color #BF62AB: hue angle of 312.9º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62AB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 171 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.25 |
| HSL | 312.9º | 0.42% | 0.57% | - |
| HSV(B) | 312.9º | 0.49% | 0.75% | - |
| XYZ | 33.2 | 22.75 | 41.17 | - |
| YUV | 134.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 171 | 0 | 0.49 | 0.10 | 0.25 | 312.9 | 0.42 | 0.57 |
| Hex | BF | 62 | AB | 0 | 31 | A | 19 | 139 | 2A | 39 |
| Octal | 277 | 142 | 253 | 0 | 61 | 12 | 31 | 471 | 52 | 71 |
| Binary | 10111111 | 1100010 | 10101011 | 0 | 110001 | 1010 | 11001 | 100111001 | 101010 | 111001 |
Color Harmonies of #BF62AB
Complementary color
Monochromatic Colors of #BF62AB
Black with #BF62AB
Text Example
Text Example
White with #BF62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62AB; }
p { color: rgb(191,98,171); }
H1.HeaderClassName
{
color: #BF62AB;
}
.AnyTagClassName
{
color: #BF62AB;
}
</style>
background-color css
<style>
a { background-color: #BF62AB; }
a { background-color: rgb(191,98,171); }
div.DivClassName
{
background-color: #BF62AB;
}
.BgClassName
{
background-color: #BF62AB;
}
</style>
border-color css
<style>
span { border-color: #BF62AB; }
span { border-color: rgb(191,98,171); }
td.TdClassName
{
border-color: #BF62AB;
}
.TagClassName
{
border-color: #BF62AB;
}
</style>