Shades of Fuchsia #BF74B8
Tints of Fuchsia #BF74B8
RGB
CMYK
RGB Variations
Color information
#BF74B8 (or 0xBF74B8) is known color: Fuchsia. HEX triplet: BF, 74 and B8. RGB value is (191,116,184). Sum of RGB (Red+Green+Blue) = 191+116+184=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74B8 is #408B47. Grayscale: #919191. Windows color (decimal): -4229960 or 12088511. OLE color: 12088511.
HSL color Cylindrical-coordinate representation of color #BF74B8: hue angle of 305.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF74B8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 184 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.25 |
| HSL | 305.6º | 0.37% | 0.6% | - |
| HSV(B) | 305.6º | 0.39% | 0.75% | - |
| XYZ | 36.38 | 27.03 | 48.65 | - |
| YUV | 146.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 184 | 0 | 0.39 | 0.04 | 0.25 | 305.6 | 0.37 | 0.6 |
| Hex | BF | 74 | B8 | 0 | 27 | 4 | 19 | 132 | 25 | 3C |
| Octal | 277 | 164 | 270 | 0 | 47 | 4 | 31 | 462 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10111000 | 0 | 100111 | 100 | 11001 | 100110010 | 100101 | 111100 |
Color Harmonies of #BF74B8
Complementary color
Monochromatic Colors of #BF74B8
Black with #BF74B8
Text Example
Text Example
White with #BF74B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74B8; }
p { color: rgb(191,116,184); }
H1.HeaderClassName
{
color: #BF74B8;
}
.AnyTagClassName
{
color: #BF74B8;
}
</style>
background-color css
<style>
a { background-color: #BF74B8; }
a { background-color: rgb(191,116,184); }
div.DivClassName
{
background-color: #BF74B8;
}
.BgClassName
{
background-color: #BF74B8;
}
</style>
border-color css
<style>
span { border-color: #BF74B8; }
span { border-color: rgb(191,116,184); }
td.TdClassName
{
border-color: #BF74B8;
}
.TagClassName
{
border-color: #BF74B8;
}
</style>