#BE6DAE

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

Shades of Fuchsia #BE6DAE

Tints of Fuchsia #BE6DAE

Color information

#BE6DAE (or 0xBE6DAE) is unknown color: approx Fuchsia. HEX triplet: BE, 6D and AE. RGB value is (190,109,174). Sum of RGB (Red+Green+Blue) = 190+109+174=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DAE is #419251. Grayscale: #8C8C8C. Windows color (decimal): -4297298 or 11431358. OLE color: 11431358.

HSL color Cylindrical-coordinate representation of color #BE6DAE: hue angle of 311.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6DAE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190109174-
CMYK00.430.080.25
HSL311.85º38.39%58.63%-
HSV(B)311.85º42.63%74.51%-
XYZ34.3424.9443.05-
YUV140.63146.84163.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=40.17%
G=23.04%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010917400.430.080.25311.8538.3958.63
HexBE6DAE02B819138263b
Octal27615525605310314704673
Binary101111101101101101011100101011100011001100111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6DAE; }

 p { color: rgb(190,109,174); }

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

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

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

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

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

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

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