#BE67AB

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

Shades of Fuchsia #BE67AB

Tints of Fuchsia #BE67AB

Color information

#BE67AB (or 0xBE67AB) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and AB. RGB value is (190,103,171). Sum of RGB (Red+Green+Blue) = 190+103+171=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67AB is #419854. Grayscale: #888888. Windows color (decimal): -4298837 or 11233214. OLE color: 11233214.

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

Color convert

RGB190103171-
CMYK00.460.100.25
HSL313.1º40.09%57.45%-
HSV(B)313.1º45.79%74.51%-
XYZ33.4423.5941.32-
YUV136.76147.32165.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=40.95%
G=22.20%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010317100.460.100.25313.140.0957.45
HexBE67AB02EA191392839
Octal27614725305612314715071
Binary101111101100111101010110101110101011001100111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67AB; }

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

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

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

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

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

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

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

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