#BE60BC

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

Shades of Fuchsia #BE60BC

Tints of Fuchsia #BE60BC

Color information

#BE60BC (or 0xBE60BC) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and BC. RGB value is (190,96,188). Sum of RGB (Red+Green+Blue) = 190+96+188=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60BC is #419F43. Grayscale: #868686. Windows color (decimal): -4300612 or 12345534. OLE color: 12345534.

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

Color convert

RGB19096188-
CMYK00.490.010.25
HSL301.28º41.96%56.08%-
HSV(B)301.28º49.47%74.51%-
XYZ34.522.9450.19-
YUV134.59158.14167.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=40.08%
G=20.25%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909618800.490.010.25301.2841.9656.08
HexBE60BC03111912d2a38
Octal2761402740611314555270
Binary101111101100000101111000110001111001100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60BC; }

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

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

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

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

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

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

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

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