#BE70B8

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

Shades of Fuchsia #BE70B8

Tints of Fuchsia #BE70B8

Color information

#BE70B8 (or 0xBE70B8) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and B8. RGB value is (190,112,184). Sum of RGB (Red+Green+Blue) = 190+112+184=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B8 is #418F47. Grayscale: #8F8F8F. Windows color (decimal): -4296520 or 12087486. OLE color: 12087486.

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

Color convert

RGB190112184-
CMYK00.410.030.25
HSL304.62º37.5%59.22%-
HSV(B)304.62º41.05%74.51%-
XYZ35.682648.48-
YUV143.53150.84161.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=39.09%
G=23.05%
B=37.86%

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
Decimal19011218400.410.030.25304.6237.559.22
HexBE70B8029319131263b
Octal2761602700513314614673
Binary1011111011100001011100001010011111001100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70B8; }

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

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

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

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

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

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

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

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