#BE70B5

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

Shades of Fuchsia #BE70B5

Tints of Fuchsia #BE70B5

Color information

#BE70B5 (or 0xBE70B5) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and B5. RGB value is (190,112,181). Sum of RGB (Red+Green+Blue) = 190+112+181=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B5 is #418F4A. Grayscale: #8E8E8E. Windows color (decimal): -4296523 or 11890878. OLE color: 11890878.

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

Color convert

RGB190112181-
CMYK00.410.050.25
HSL306.92º37.5%59.22%-
HSV(B)306.92º41.05%74.51%-
XYZ35.3725.8746.85-
YUV143.19149.34161.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=39.34%
G=23.19%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011218100.410.050.25306.9237.559.22
HexBE70B5029519133263b
Octal2761602650515314634673
Binary10111110111000010110101010100110111001100110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70B5; }

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

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

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

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

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

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

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

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