#BE60BD

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

Shades of Fuchsia #BE60BD

Tints of Fuchsia #BE60BD

Color information

#BE60BD (or 0xBE60BD) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and BD. RGB value is (190,96,189). Sum of RGB (Red+Green+Blue) = 190+96+189=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60BD is #419F42. Grayscale: #868686. Windows color (decimal): -4300611 or 12411070. OLE color: 12411070.

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

Color convert

RGB19096189-
CMYK00.490.010.25
HSL300.64º41.96%56.08%-
HSV(B)300.64º49.47%74.51%-
XYZ34.622.9950.76-
YUV134.71158.64167.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=40%
G=20.21%
B=39.79%

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
Decimal1909618900.490.010.25300.6441.9656.08
HexBE60BD03111912d2a38
Octal2761402750611314555270
Binary101111101100000101111010110001111001100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60BD; }

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

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

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

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

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

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

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

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