#BE70B9

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

Shades of Fuchsia #BE70B9

Tints of Fuchsia #BE70B9

Color information

#BE70B9 (or 0xBE70B9) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and B9. RGB value is (190,112,185). Sum of RGB (Red+Green+Blue) = 190+112+185=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B9 is #418F46. Grayscale: #8F8F8F. Windows color (decimal): -4296519 or 12153022. OLE color: 12153022.

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

Color convert

RGB190112185-
CMYK00.410.030.25
HSL303.85º37.5%59.22%-
HSV(B)303.85º41.05%74.51%-
XYZ35.7926.0449.04-
YUV143.64151.34161.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=39.01%
G=23.00%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011218500.410.030.25303.8537.559.22
HexBE70B9029319130263b
Octal2761602710513314604673
Binary1011111011100001011100101010011111001100110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70B9; }

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

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

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

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

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

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

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

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