#BE70BA

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

Shades of Fuchsia #BE70BA

Tints of Fuchsia #BE70BA

Color information

#BE70BA (or 0xBE70BA) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and BA. RGB value is (190,112,186). Sum of RGB (Red+Green+Blue) = 190+112+186=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BA is #418F45. Grayscale: #8F8F8F. Windows color (decimal): -4296518 or 12218558. OLE color: 12218558.

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

Color convert

RGB190112186-
CMYK00.410.020.25
HSL303.08º37.5%59.22%-
HSV(B)303.08º41.05%74.51%-
XYZ35.8926.0849.6-
YUV143.76151.84160.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=38.93%
G=22.95%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011218600.410.020.25303.0837.559.22
HexBE70BA02921912f263b
Octal2761602720512314574673
Binary1011111011100001011101001010011011001100101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70BA; }

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

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

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

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

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

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

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

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