#BF34B8

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

Shades of Fuchsia #BF34B8

Tints of Fuchsia #BF34B8

Color information

#BF34B8 (or 0xBF34B8) is unknown color: approx Fuchsia. HEX triplet: BF, 34 and B8. RGB value is (191,52,184). Sum of RGB (Red+Green+Blue) = 191+52+184=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34B8 is #40CB47. Grayscale: #6C6C6C. Windows color (decimal): -4246344 or 12072127. OLE color: 12072127.

HSL color Cylindrical-coordinate representation of color #BF34B8: hue angle of 303.02º 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 #BF34B8 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19152184-
CMYK00.730.040.25
HSL303.02º57.2%47.65%-
HSV(B)303.02º72.77%74.9%-
XYZ31.3716.9946.97-
YUV108.61170.55186.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 52 (20.70% from 255) = 12.18%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=44.73%
G=12.18%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915218400.730.040.25303.0257.247.65
HexBF34B804941912f3930
Octal2776427001114314577160
Binary10111111110100101110000100100110011001100101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34B8; }

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

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

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

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

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

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

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

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