#BE70BE

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

Shades of Fuchsia #BE70BE

Tints of Fuchsia #BE70BE

Color information

#BE70BE (or 0xBE70BE) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and BE. RGB value is (190,112,190). Sum of RGB (Red+Green+Blue) = 190+112+190=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BE is #418F41. Grayscale: #8F8F8F. Windows color (decimal): -4296514 or 12480702. OLE color: 12480702.

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

Color convert

RGB190112190-
CMYK00.4100.25
HSL300º37.5%59.22%-
HSV(B)300º41.05%74.51%-
XYZ36.3226.2551.87-
YUV144.21153.84160.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 112 (44.14% from 255) = 22.76%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=38.62%
G=22.76%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011219000.4100.2530037.559.22
HexBE70BE02901912c263b
Octal2761602760510314544673
Binary101111101110000101111100101001011001100101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70BE; }

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

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

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

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

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

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

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

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