#BE67AF

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

Shades of Fuchsia #BE67AF

Tints of Fuchsia #BE67AF

Color information

#BE67AF (or 0xBE67AF) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and AF. RGB value is (190,103,175). Sum of RGB (Red+Green+Blue) = 190+103+175=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67AF is #419850. Grayscale: #898989. Windows color (decimal): -4298833 or 11495358. OLE color: 11495358.

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

Color convert

RGB190103175-
CMYK00.460.080.25
HSL310.34º40.09%57.45%-
HSV(B)310.34º45.79%74.51%-
XYZ33.8223.7443.36-
YUV137.22149.32165.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=40.60%
G=22.01%
B=37.39%

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
Decimal19010317500.460.080.25310.3440.0957.45
HexBE67AF02E8191362839
Octal27614725705610314665071
Binary101111101100111101011110101110100011001100110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67AF; }

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

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

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

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

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

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

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

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