#BE60BE

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

Shades of Fuchsia #BE60BE

Tints of Fuchsia #BE60BE

Color information

#BE60BE (or 0xBE60BE) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and BE. RGB value is (190,96,190). Sum of RGB (Red+Green+Blue) = 190+96+190=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60BE is #419F41. Grayscale: #868686. Windows color (decimal): -4300610 or 12476606. OLE color: 12476606.

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

Color convert

RGB19096190-
CMYK00.4900.25
HSL300º41.96%56.08%-
HSV(B)300º49.47%74.51%-
XYZ34.7123.0351.33-
YUV134.82159.14167.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=39.92%
G=20.17%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909619000.4900.2530041.9656.08
HexBE60BE03101912c2a38
Octal2761402760610314545270
Binary101111101100000101111100110001011001100101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60BE; }

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

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

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

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

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

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

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

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