#bf39b8

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

Shades of Fuchsia #BF39B8

Tints of Fuchsia #BF39B8

Color information

#BF39B8 (or 0xBF39B8) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and B8. RGB value is (191,57,184). Sum of RGB (Red+Green+Blue) = 191+57+184=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39B8 is #40C647. Grayscale: #6F6F6F. Windows color (decimal): -4245064 or 12073407. OLE color: 12073407.

HSL color Cylindrical-coordinate representation of color #BF39B8: hue angle of 303.13º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39B8 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19157184-
CMYK00.700.040.25
HSL303.13º54.03%48.63%-
HSV(B)303.13º70.16%74.9%-
XYZ31.617.4647.05-
YUV111.54168.89184.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=44.21%
G=13.19%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915718400.700.040.25303.1354.0348.63
HexBF39B804641912f3631
Octal2777127001064314576661
Binary10111111111001101110000100011010011001100101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf39b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf39b8; }

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

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

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

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

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

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

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

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