Shades of Fuchsia #BF60B8
Tints of Fuchsia #BF60B8
RGB
CMYK
RGB Variations
Color information
#BF60B8 (or 0xBF60B8) is known color: Fuchsia. HEX triplet: BF, 60 and B8. RGB value is (191,96,184). Sum of RGB (Red+Green+Blue) = 191+96+184=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60B8 is #409F47. Grayscale: #868686. Windows color (decimal): -4235080 or 12083391. OLE color: 12083391.
HSL color Cylindrical-coordinate representation of color #BF60B8: hue angle of 304.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60B8 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 184 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.25 |
| HSL | 304.42º | 0.43% | 0.56% | - |
| HSV(B) | 304.42º | 0.5% | 0.75% | - |
| XYZ | 34.32 | 22.9 | 47.96 | - |
| YUV | 134.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 184 | 0 | 0.50 | 0.04 | 0.25 | 304.42 | 0.43 | 0.56 |
| Hex | BF | 60 | B8 | 0 | 32 | 4 | 19 | 130 | 2B | 38 |
| Octal | 277 | 140 | 270 | 0 | 62 | 4 | 31 | 460 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10111000 | 0 | 110010 | 100 | 11001 | 100110000 | 101011 | 111000 |
Color Harmonies of #BF60B8
Complementary color
Monochromatic Colors of #BF60B8
Black with #BF60B8
Text Example
Text Example
White with #BF60B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60B8; }
p { color: rgb(191,96,184); }
H1.HeaderClassName
{
color: #BF60B8;
}
.AnyTagClassName
{
color: #BF60B8;
}
</style>
background-color css
<style>
a { background-color: #BF60B8; }
a { background-color: rgb(191,96,184); }
div.DivClassName
{
background-color: #BF60B8;
}
.BgClassName
{
background-color: #BF60B8;
}
</style>
border-color css
<style>
span { border-color: #BF60B8; }
span { border-color: rgb(191,96,184); }
td.TdClassName
{
border-color: #BF60B8;
}
.TagClassName
{
border-color: #BF60B8;
}
</style>