#BF60BA

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

Shades of Fuchsia #BF60BA

Tints of Fuchsia #BF60BA

Color information

#BF60BA (or 0xBF60BA) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and BA. RGB value is (191,96,186). Sum of RGB (Red+Green+Blue) = 191+96+186=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60BA is #409F45. Grayscale: #868686. Windows color (decimal): -4235078 or 12214463. OLE color: 12214463.

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

Color convert

RGB19196186-
CMYK00.500.030.25
HSL303.16º42.6%56.27%-
HSV(B)303.16º49.74%74.9%-
XYZ34.5322.9949.07-
YUV134.66156.97168.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=40.38%
G=20.30%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919618600.500.030.25303.1642.656.27
HexBF60BA03231912f2b38
Octal2771402720623314575370
Binary1011111111000001011101001100101111001100101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60BA; }

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

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

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

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

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

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

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

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