#BF39C0

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

Shades of Fuchsia #BF39C0

Tints of Fuchsia #BF39C0

Color information

#BF39C0 (or 0xBF39C0) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and C0. RGB value is (191,57,192). Sum of RGB (Red+Green+Blue) = 191+57+192=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39C0 is #40C63F. Grayscale: #707070. Windows color (decimal): -4245056 or 12597695. OLE color: 12597695.

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

Color convert

RGB19157192-
CMYK0.010.7000.25
HSL299.56º54.22%48.82%-
HSV(B)299.56º70.31%75.29%-
XYZ32.4617.8151.6-
YUV112.46172.89184.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 57 (22.66% from 255) = 12.95%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=43.41%
G=12.95%
B=43.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191571920.010.7000.25299.5654.2248.82
HexBF39C014601912c3631
Octal2777130011060314546661
Binary101111111110011100000011000110011001100101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39C0; }

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

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

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

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

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

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

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

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