#BE70AF

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

Shades of Fuchsia #BE70AF

Tints of Fuchsia #BE70AF

Color information

#BE70AF (or 0xBE70AF) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and AF. RGB value is (190,112,175). Sum of RGB (Red+Green+Blue) = 190+112+175=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70AF is #418F50. Grayscale: #8E8E8E. Windows color (decimal): -4296529 or 11497662. OLE color: 11497662.

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

Color convert

RGB190112175-
CMYK00.410.080.25
HSL311.54º37.5%59.22%-
HSV(B)311.54º41.05%74.51%-
XYZ34.7725.6343.67-
YUV142.5146.34161.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=39.83%
G=23.48%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011217500.410.080.25311.5437.559.22
HexBE70AF029819138263b
Octal27616025705110314704673
Binary101111101110000101011110101001100011001100111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70AF; }

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

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

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

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

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

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

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

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