#BE70C5

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

Shades of Fuchsia #BE70C5

Tints of Fuchsia #BE70C5

Color information

#BE70C5 (or 0xBE70C5) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and C5. RGB value is (190,112,197). Sum of RGB (Red+Green+Blue) = 190+112+197=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE70C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70C5 is #418F3A. Grayscale: #909090. Windows color (decimal): -4296507 or 12939454. OLE color: 12939454.

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

Color convert

RGB190112197-
CMYK0.040.4300.23
HSL295.06º42.29%60.59%-
HSV(B)295.06º43.15%77.25%-
XYZ37.1126.5756-
YUV145.01157.34160.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=38.08%
G=22.44%
B=39.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901121970.040.4300.23295.0642.2960.59
HexBE70C542B0171272a3d
Octal2761603054530274475275
Binary10111110111000011000101100101011010111100100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70C5; }

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

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

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

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

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

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

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

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