#BF60BE

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

Shades of Fuchsia #BF60BE

Tints of Fuchsia #BF60BE

Color information

#BF60BE (or 0xBF60BE) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and BE. RGB value is (191,96,190). Sum of RGB (Red+Green+Blue) = 191+96+190=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60BE is #409F41. Grayscale: #868686. Windows color (decimal): -4235074 or 12476607. OLE color: 12476607.

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

Color convert

RGB19196190-
CMYK00.500.010.25
HSL300.63º42.6%56.27%-
HSV(B)300.63º49.74%74.9%-
XYZ34.9623.1651.34-
YUV135.12158.97167.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=40.04%
G=20.13%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919619000.500.010.25300.6342.656.27
HexBF60BE03211912d2b38
Octal2771402760621314555370
Binary101111111100000101111100110010111001100101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60BE; }

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

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

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

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

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

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

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

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