#BF34BA

Color #BF34BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF34BA

Tints of Fuchsia #BF34BA

Color information

#BF34BA (or 0xBF34BA) is unknown color: approx Fuchsia. HEX triplet: BF, 34 and BA. RGB value is (191,52,186). Sum of RGB (Red+Green+Blue) = 191+52+186=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34BA is #40CB45. Grayscale: #6C6C6C. Windows color (decimal): -4246342 or 12203199. OLE color: 12203199.

HSL color Cylindrical-coordinate representation of color #BF34BA: hue angle of 302.16º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34BA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19152186-
CMYK00.730.030.25
HSL302.16º57.2%47.65%-
HSV(B)302.16º72.77%74.9%-
XYZ31.5817.0848.09-
YUV108.84171.55186.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 52 (20.70% from 255) = 12.12%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=44.52%
G=12.12%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915218600.730.030.25302.1657.247.65
HexBF34BA04931912e3930
Octal2776427201113314567160
Binary1011111111010010111010010010011111001100101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34BA; }

 p { color: rgb(191,52,186); }

 H1.HeaderClassName
 {
   color: #BF34BA;
 }
 .AnyTagClassName
 {
   color: #BF34BA;
 }
</style>
background-color css

<style>
 a { background-color: #BF34BA; }

 a { background-color: rgb(191,52,186); }

 div.DivClassName
 {
   background-color: #BF34BA;
 }
 .BgClassName
 {
   background-color: #BF34BA;
 }
</style>
border-color css

<style>
 span { border-color: #BF34BA; }

 span { border-color: rgb(191,52,186); }

 td.TdClassName
 {
   border-color: #BF34BA;
 }
 .TagClassName
 {
   border-color: #BF34BA;
 }
</style>