#BE70C4

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

Shades of Fuchsia #BE70C4

Tints of Fuchsia #BE70C4

Color information

#BE70C4 (or 0xBE70C4) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and C4. RGB value is (190,112,196). Sum of RGB (Red+Green+Blue) = 190+112+196=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70C4 is #418F3B. Grayscale: #909090. Windows color (decimal): -4296508 or 12873918. OLE color: 12873918.

HSL color Cylindrical-coordinate representation of color #BE70C4: hue angle of 295.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE70C4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190112196-
CMYK0.030.4300.23
HSL295.71º41.58%60.39%-
HSV(B)295.71º42.86%76.86%-
XYZ36.9926.5255.39-
YUV144.9156.84160.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 196 (76.95% from 255) = 39.36%
R=38.15%
G=22.49%
B=39.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901121960.030.4300.23295.7141.5860.39
HexBE70C432B0171282a3c
Octal2761603043530274505274
Binary1011111011100001100010011101011010111100101000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70C4; }

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

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

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

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

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

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

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

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