Shades of Fuchsia #BF72BA
Tints of Fuchsia #BF72BA
RGB
CMYK
RGB Variations
Color information
#BF72BA (or 0xBF72BA) is known color: Fuchsia. HEX triplet: BF, 72 and BA. RGB value is (191,114,186). Sum of RGB (Red+Green+Blue) = 191+114+186=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72BA is #408D45. Grayscale: #919191. Windows color (decimal): -4230470 or 12219071. OLE color: 12219071.
HSL color Cylindrical-coordinate representation of color #BF72BA: hue angle of 303.9º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72BA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 186 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.25 |
| HSL | 303.9º | 0.38% | 0.6% | - |
| HSV(B) | 303.9º | 0.4% | 0.75% | - |
| XYZ | 36.37 | 26.66 | 49.68 | - |
| YUV | 145.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 186 | 0 | 0.40 | 0.03 | 0.25 | 303.9 | 0.38 | 0.6 |
| Hex | BF | 72 | BA | 0 | 28 | 3 | 19 | 130 | 26 | 3C |
| Octal | 277 | 162 | 272 | 0 | 50 | 3 | 31 | 460 | 46 | 74 |
| Binary | 10111111 | 1110010 | 10111010 | 0 | 101000 | 11 | 11001 | 100110000 | 100110 | 111100 |
Color Harmonies of #BF72BA
Complementary color
Monochromatic Colors of #BF72BA
Black with #BF72BA
Text Example
Text Example
White with #BF72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF72BA; }
p { color: rgb(191,114,186); }
H1.HeaderClassName
{
color: #BF72BA;
}
.AnyTagClassName
{
color: #BF72BA;
}
</style>
background-color css
<style>
a { background-color: #BF72BA; }
a { background-color: rgb(191,114,186); }
div.DivClassName
{
background-color: #BF72BA;
}
.BgClassName
{
background-color: #BF72BA;
}
</style>
border-color css
<style>
span { border-color: #BF72BA; }
span { border-color: rgb(191,114,186); }
td.TdClassName
{
border-color: #BF72BA;
}
.TagClassName
{
border-color: #BF72BA;
}
</style>