#BF60BF

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

Shades of Fuchsia #BF60BF

Tints of Fuchsia #BF60BF

Color information

#BF60BF (or 0xBF60BF) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and BF. RGB value is (191,96,191). Sum of RGB (Red+Green+Blue) = 191+96+191=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60BF is #409F40. Grayscale: #868686. Windows color (decimal): -4235073 or 12542143. OLE color: 12542143.

HSL color Cylindrical-coordinate representation of color #BF60BF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60BF is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19196191-
CMYK00.5000.25
HSL300º42.6%56.27%-
HSV(B)300º49.74%74.9%-
XYZ35.0723.251.92-
YUV135.23159.47167.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 191 (75% from 255) = 39.96%
R=39.96%
G=20.08%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919619100.5000.2530042.656.27
HexBF60BF03201912c2b38
Octal2771402770620314545370
Binary101111111100000101111110110010011001100101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60BF; }

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

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

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

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

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

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

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

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