Shades of Fuchsia #BF5CBD
Tints of Fuchsia #BF5CBD
RGB
CMYK
RGB Variations
Color information
#BF5CBD (or 0xBF5CBD) is known color: Fuchsia. HEX triplet: BF, 5C and BD. RGB value is (191,92,189). Sum of RGB (Red+Green+Blue) = 191+92+189=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CBD is #40A342. Grayscale: #848484. Windows color (decimal): -4236099 or 12410047. OLE color: 12410047.
HSL color Cylindrical-coordinate representation of color #BF5CBD: hue angle of 301.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5CBD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 189 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.25 |
| HSL | 301.21º | 0.44% | 0.55% | - |
| HSV(B) | 301.21º | 0.52% | 0.75% | - |
| XYZ | 34.5 | 22.4 | 50.65 | - |
| YUV | 132.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 189 | 0 | 0.52 | 0.01 | 0.25 | 301.21 | 0.44 | 0.55 |
| Hex | BF | 5C | BD | 0 | 34 | 1 | 19 | 12D | 2C | 37 |
| Octal | 277 | 134 | 275 | 0 | 64 | 1 | 31 | 455 | 54 | 67 |
| Binary | 10111111 | 1011100 | 10111101 | 0 | 110100 | 1 | 11001 | 100101101 | 101100 | 110111 |
Color Harmonies of #BF5CBD
Complementary color
Monochromatic Colors of #BF5CBD
Black with #BF5CBD
Text Example
Text Example
White with #BF5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CBD; }
p { color: rgb(191,92,189); }
H1.HeaderClassName
{
color: #BF5CBD;
}
.AnyTagClassName
{
color: #BF5CBD;
}
</style>
background-color css
<style>
a { background-color: #BF5CBD; }
a { background-color: rgb(191,92,189); }
div.DivClassName
{
background-color: #BF5CBD;
}
.BgClassName
{
background-color: #BF5CBD;
}
</style>
border-color css
<style>
span { border-color: #BF5CBD; }
span { border-color: rgb(191,92,189); }
td.TdClassName
{
border-color: #BF5CBD;
}
.TagClassName
{
border-color: #BF5CBD;
}
</style>