Shades of Fuchsia #BF3ACB
Tints of Fuchsia #BF3ACB
RGB
CMYK
RGB Variations
Color information
#BF3ACB (or 0xBF3ACB) is known color: Fuchsia. HEX triplet: BF, 3A and CB. RGB value is (191,58,203). Sum of RGB (Red+Green+Blue) = 191+58+203=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACB is #40C534. Grayscale: #717171. Windows color (decimal): -4244789 or 13318847. OLE color: 13318847.
HSL color Cylindrical-coordinate representation of color #BF3ACB: hue angle of 295.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3ACB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 58 | 203 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.20 |
| HSL | 295.03º | 0.58% | 0.51% | - |
| HSV(B) | 295.03º | 0.71% | 0.8% | - |
| XYZ | 33.78 | 18.41 | 58.27 | - |
| YUV | 114.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 203 | 0.06 | 0.71 | 0 | 0.20 | 295.03 | 0.58 | 0.51 |
| Hex | BF | 3A | CB | 6 | 47 | 0 | 14 | 127 | 3A | 33 |
| Octal | 277 | 72 | 313 | 6 | 107 | 0 | 24 | 447 | 72 | 63 |
| Binary | 10111111 | 111010 | 11001011 | 110 | 1000111 | 0 | 10100 | 100100111 | 111010 | 110011 |
Color Harmonies of #BF3ACB
Complementary color
Monochromatic Colors of #BF3ACB
Black with #BF3ACB
Text Example
Text Example
White with #BF3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ACB; }
p { color: rgb(191,58,203); }
H1.HeaderClassName
{
color: #BF3ACB;
}
.AnyTagClassName
{
color: #BF3ACB;
}
</style>
background-color css
<style>
a { background-color: #BF3ACB; }
a { background-color: rgb(191,58,203); }
div.DivClassName
{
background-color: #BF3ACB;
}
.BgClassName
{
background-color: #BF3ACB;
}
</style>
border-color css
<style>
span { border-color: #BF3ACB; }
span { border-color: rgb(191,58,203); }
td.TdClassName
{
border-color: #BF3ACB;
}
.TagClassName
{
border-color: #BF3ACB;
}
</style>