#BF39BF

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

Shades of Fuchsia #BF39BF

Tints of Fuchsia #BF39BF

Color information

#BF39BF (or 0xBF39BF) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and BF. RGB value is (191,57,191). Sum of RGB (Red+Green+Blue) = 191+57+191=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF39BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39BF is #40C640. Grayscale: #6F6F6F. Windows color (decimal): -4245057 or 12532159. OLE color: 12532159.

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

Color convert

RGB19157191-
CMYK00.7000.25
HSL300º54.03%48.63%-
HSV(B)300º70.16%74.9%-
XYZ32.3517.7651.01-
YUV112.34172.39184.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 191 (75% from 255) = 43.51%
R=43.51%
G=12.98%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915719100.7000.2530054.0348.63
HexBF39BF04601912c3631
Octal2777127701060314546661
Binary101111111110011011111101000110011001100101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39BF; }

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

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

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

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

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

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

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

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