Shades of Fuchsia #BF61B4
Tints of Fuchsia #BF61B4
RGB
CMYK
RGB Variations
Color information
#BF61B4 (or 0xBF61B4) is known color: Fuchsia. HEX triplet: BF, 61 and B4. RGB value is (191,97,180). Sum of RGB (Red+Green+Blue) = 191+97+180=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61B4 is #409E4B. Grayscale: #868686. Windows color (decimal): -4234828 or 11821503. OLE color: 11821503.
HSL color Cylindrical-coordinate representation of color #BF61B4: hue angle of 307.02º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61B4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 180 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.25 |
| HSL | 307.02º | 0.42% | 0.56% | - |
| HSV(B) | 307.02º | 0.49% | 0.75% | - |
| XYZ | 34 | 22.92 | 45.81 | - |
| YUV | 134.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 180 | 0 | 0.49 | 0.06 | 0.25 | 307.02 | 0.42 | 0.56 |
| Hex | BF | 61 | B4 | 0 | 31 | 6 | 19 | 133 | 2A | 38 |
| Octal | 277 | 141 | 264 | 0 | 61 | 6 | 31 | 463 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10110100 | 0 | 110001 | 110 | 11001 | 100110011 | 101010 | 111000 |
Color Harmonies of #BF61B4
Complementary color
Monochromatic Colors of #BF61B4
Black with #BF61B4
Text Example
Text Example
White with #BF61B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61B4; }
p { color: rgb(191,97,180); }
H1.HeaderClassName
{
color: #BF61B4;
}
.AnyTagClassName
{
color: #BF61B4;
}
</style>
background-color css
<style>
a { background-color: #BF61B4; }
a { background-color: rgb(191,97,180); }
div.DivClassName
{
background-color: #BF61B4;
}
.BgClassName
{
background-color: #BF61B4;
}
</style>
border-color css
<style>
span { border-color: #BF61B4; }
span { border-color: rgb(191,97,180); }
td.TdClassName
{
border-color: #BF61B4;
}
.TagClassName
{
border-color: #BF61B4;
}
</style>