Shades of Fuchsia #BF58B2
Tints of Fuchsia #BF58B2
RGB
CMYK
RGB Variations
Color information
#BF58B2 (or 0xBF58B2) is known color: Fuchsia. HEX triplet: BF, 58 and B2. RGB value is (191,88,178). Sum of RGB (Red+Green+Blue) = 191+88+178=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58B2 is #40A74D. Grayscale: #808080. Windows color (decimal): -4237134 or 11688127. OLE color: 11688127.
HSL color Cylindrical-coordinate representation of color #BF58B2: hue angle of 307.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF58B2 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 178 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.25 |
| HSL | 307.57º | 0.45% | 0.55% | - |
| HSV(B) | 307.57º | 0.54% | 0.75% | - |
| XYZ | 33.01 | 21.27 | 44.49 | - |
| YUV | 129.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 178 | 0 | 0.54 | 0.07 | 0.25 | 307.57 | 0.45 | 0.55 |
| Hex | BF | 58 | B2 | 0 | 36 | 7 | 19 | 134 | 2D | 37 |
| Octal | 277 | 130 | 262 | 0 | 66 | 7 | 31 | 464 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10110010 | 0 | 110110 | 111 | 11001 | 100110100 | 101101 | 110111 |
Color Harmonies of #BF58B2
Complementary color
Monochromatic Colors of #BF58B2
Black with #BF58B2
Text Example
Text Example
White with #BF58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58B2; }
p { color: rgb(191,88,178); }
H1.HeaderClassName
{
color: #BF58B2;
}
.AnyTagClassName
{
color: #BF58B2;
}
</style>
background-color css
<style>
a { background-color: #BF58B2; }
a { background-color: rgb(191,88,178); }
div.DivClassName
{
background-color: #BF58B2;
}
.BgClassName
{
background-color: #BF58B2;
}
</style>
border-color css
<style>
span { border-color: #BF58B2; }
span { border-color: rgb(191,88,178); }
td.TdClassName
{
border-color: #BF58B2;
}
.TagClassName
{
border-color: #BF58B2;
}
</style>