#BE6BAB

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

Shades of Fuchsia #BE6BAB

Tints of Fuchsia #BE6BAB

Color information

#BE6BAB (or 0xBE6BAB) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and AB. RGB value is (190,107,171). Sum of RGB (Red+Green+Blue) = 190+107+171=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BAB is #419454. Grayscale: #8A8A8A. Windows color (decimal): -4297813 or 11234238. OLE color: 11234238.

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

Color convert

RGB190107171-
CMYK00.440.100.25
HSL313.73º38.97%58.24%-
HSV(B)313.73º43.68%74.51%-
XYZ33.8424.441.45-
YUV139.11146164.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=40.60%
G=22.86%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010717100.440.100.25313.7338.9758.24
HexBE6BAB02CA1913a273a
Octal27615325305412314724772
Binary101111101101011101010110101100101011001100111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BAB; }

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

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

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

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

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

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

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

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