#BE67A9

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

Shades of Fuchsia #BE67A9

Tints of Fuchsia #BE67A9

Color information

#BE67A9 (or 0xBE67A9) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and A9. RGB value is (190,103,169). Sum of RGB (Red+Green+Blue) = 190+103+169=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67A9 is #419856. Grayscale: #888888. Windows color (decimal): -4298839 or 11102142. OLE color: 11102142.

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

Color convert

RGB190103169-
CMYK00.460.110.25
HSL314.48º40.09%57.45%-
HSV(B)314.48º45.79%74.51%-
XYZ33.2523.5140.32-
YUV136.54146.32166.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=41.13%
G=22.29%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010316900.460.110.25314.4840.0957.45
HexBE67A902EB1913a2839
Octal27614725105613314725071
Binary101111101100111101010010101110101111001100111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67A9; }

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

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

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

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

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

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

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

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