Shades of Fuchsia #BF4DBD
Tints of Fuchsia #BF4DBD
RGB
CMYK
RGB Variations
Color information
#BF4DBD (or 0xBF4DBD) is known color: Fuchsia. HEX triplet: BF, 4D and BD. RGB value is (191,77,189). Sum of RGB (Red+Green+Blue) = 191+77+189=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DBD is #40B242. Grayscale: #7B7B7B. Windows color (decimal): -4239939 or 12406207. OLE color: 12406207.
HSL color Cylindrical-coordinate representation of color #BF4DBD: hue angle of 301.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DBD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 77 | 189 | - |
CMYK | 0 | 0.60 | 0.01 | 0.25 |
HSL | 301.05º | 0.47% | 0.53% | - |
HSV(B) | 301.05º | 0.6% | 0.75% | - |
XYZ | 33.33 | 20.06 | 50.26 | - |
YUV | 123.85 | 164.77 | 175.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 77 | 189 | 0 | 0.60 | 0.01 | 0.25 | 301.05 | 0.47 | 0.53 |
Hex | BF | 4D | BD | 0 | 3C | 1 | 19 | 12D | 2F | 35 |
Octal | 277 | 115 | 275 | 0 | 74 | 1 | 31 | 455 | 57 | 65 |
Binary | 10111111 | 1001101 | 10111101 | 0 | 111100 | 1 | 11001 | 100101101 | 101111 | 110101 |
Color Harmonies of #BF4DBD
Complementary color
Monochromatic Colors of #BF4DBD
Black with #BF4DBD
Text Example
Text Example
White with #BF4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DBD; }
p { color: rgb(191,77,189); }
H1.HeaderClassName
{
color: #BF4DBD;
}
.AnyTagClassName
{
color: #BF4DBD;
}
</style>
background-color css
<style>
a { background-color: #BF4DBD; }
a { background-color: rgb(191,77,189); }
div.DivClassName
{
background-color: #BF4DBD;
}
.BgClassName
{
background-color: #BF4DBD;
}
</style>
border-color css
<style>
span { border-color: #BF4DBD; }
span { border-color: rgb(191,77,189); }
td.TdClassName
{
border-color: #BF4DBD;
}
.TagClassName
{
border-color: #BF4DBD;
}
</style>