#BE4CAB

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

Shades of Fuchsia #BE4CAB

Tints of Fuchsia #BE4CAB

Color information

#BE4CAB (or 0xBE4CAB) is unknown color: approx Fuchsia. HEX triplet: BE, 4C and AB. RGB value is (190,76,171). Sum of RGB (Red+Green+Blue) = 190+76+171=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4CAB is #41B354. Grayscale: #787878. Windows color (decimal): -4305749 or 11226302. OLE color: 11226302.

HSL color Cylindrical-coordinate representation of color #BE4CAB: hue angle of 310º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4CAB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19076171-
CMYK00.600.100.25
HSL310º46.72%52.16%-
HSV(B)310º60%74.51%-
XYZ31.1719.0640.56-
YUV120.92156.27177.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907617100.600.100.2531046.7252.16
HexBE4CAB03CA191362f34
Octal27611425307412314665764
Binary101111101001100101010110111100101011001100110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CAB; }

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

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

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

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

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

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

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

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