#BE67AE

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

Shades of Fuchsia #BE67AE

Tints of Fuchsia #BE67AE

Color information

#BE67AE (or 0xBE67AE) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and AE. RGB value is (190,103,174). Sum of RGB (Red+Green+Blue) = 190+103+174=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67AE is #419851. Grayscale: #888888. Windows color (decimal): -4298834 or 11429822. OLE color: 11429822.

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

Color convert

RGB190103174-
CMYK00.460.080.25
HSL311.03º40.09%57.45%-
HSV(B)311.03º45.79%74.51%-
XYZ33.7323.742.84-
YUV137.11148.82165.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=40.69%
G=22.06%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010317400.460.080.25311.0340.0957.45
HexBE67AE02E8191372839
Octal27614725605610314675071
Binary101111101100111101011100101110100011001100110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67AE; }

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

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

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

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

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

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

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

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