Shades of Fuchsia #BF61BD
Tints of Fuchsia #BF61BD
RGB
CMYK
RGB Variations
Color information
#BF61BD (or 0xBF61BD) is known color: Fuchsia. HEX triplet: BF, 61 and BD. RGB value is (191,97,189). Sum of RGB (Red+Green+Blue) = 191+97+189=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61BD is #409E42. Grayscale: #878787. Windows color (decimal): -4234819 or 12411327. OLE color: 12411327.
HSL color Cylindrical-coordinate representation of color #BF61BD: hue angle of 301.28º 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 #BF61BD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 189 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.25 |
| HSL | 301.28º | 0.42% | 0.56% | - |
| HSV(B) | 301.28º | 0.49% | 0.75% | - |
| XYZ | 34.95 | 23.3 | 50.8 | - |
| YUV | 135.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 189 | 0 | 0.49 | 0.01 | 0.25 | 301.28 | 0.42 | 0.56 |
| Hex | BF | 61 | BD | 0 | 31 | 1 | 19 | 12D | 2A | 38 |
| Octal | 277 | 141 | 275 | 0 | 61 | 1 | 31 | 455 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10111101 | 0 | 110001 | 1 | 11001 | 100101101 | 101010 | 111000 |
Color Harmonies of #BF61BD
Complementary color
Monochromatic Colors of #BF61BD
Black with #BF61BD
Text Example
Text Example
White with #BF61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61BD; }
p { color: rgb(191,97,189); }
H1.HeaderClassName
{
color: #BF61BD;
}
.AnyTagClassName
{
color: #BF61BD;
}
</style>
background-color css
<style>
a { background-color: #BF61BD; }
a { background-color: rgb(191,97,189); }
div.DivClassName
{
background-color: #BF61BD;
}
.BgClassName
{
background-color: #BF61BD;
}
</style>
border-color css
<style>
span { border-color: #BF61BD; }
span { border-color: rgb(191,97,189); }
td.TdClassName
{
border-color: #BF61BD;
}
.TagClassName
{
border-color: #BF61BD;
}
</style>