#BE70BC

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

Shades of Fuchsia #BE70BC

Tints of Fuchsia #BE70BC

Color information

#BE70BC (or 0xBE70BC) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and BC. RGB value is (190,112,188). Sum of RGB (Red+Green+Blue) = 190+112+188=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BC is #418F43. Grayscale: #8F8F8F. Windows color (decimal): -4296516 or 12349630. OLE color: 12349630.

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

Color convert

RGB190112188-
CMYK00.410.010.25
HSL301.54º37.5%59.22%-
HSV(B)301.54º41.05%74.51%-
XYZ36.1126.1750.72-
YUV143.99152.84160.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=38.78%
G=22.86%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011218800.410.010.25301.5437.559.22
HexBE70BC02911912e263b
Octal2761602740511314564673
Binary101111101110000101111000101001111001100101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70BC; }

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

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

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

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

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

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

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

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