#BE6BAE

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

Shades of Fuchsia #BE6BAE

Tints of Fuchsia #BE6BAE

Color information

#BE6BAE (or 0xBE6BAE) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and AE. RGB value is (190,107,174). Sum of RGB (Red+Green+Blue) = 190+107+174=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BAE is #419451. Grayscale: #8B8B8B. Windows color (decimal): -4297810 or 11430846. OLE color: 11430846.

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

Color convert

RGB190107174-
CMYK00.440.080.25
HSL311.57º38.97%58.24%-
HSV(B)311.57º43.68%74.51%-
XYZ34.1324.5242.98-
YUV139.46147.5164.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=40.34%
G=22.72%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010717400.440.080.25311.5738.9758.24
HexBE6BAE02C819138273a
Octal27615325605410314704772
Binary101111101101011101011100101100100011001100111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BAE; }

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

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

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

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

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

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

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

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