#BE70B3

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

Shades of Fuchsia #BE70B3

Tints of Fuchsia #BE70B3

Color information

#BE70B3 (or 0xBE70B3) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and B3. RGB value is (190,112,179). Sum of RGB (Red+Green+Blue) = 190+112+179=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B3 is #418F4C. Grayscale: #8E8E8E. Windows color (decimal): -4296525 or 11759806. OLE color: 11759806.

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

Color convert

RGB190112179-
CMYK00.410.060.25
HSL308.46º37.5%59.22%-
HSV(B)308.46º41.05%74.51%-
XYZ35.1725.7945.77-
YUV142.96148.34161.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=39.50%
G=23.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011217900.410.060.25308.4637.559.22
HexBE70B3029619134263b
Octal2761602630516314644673
Binary10111110111000010110011010100111011001100110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70B3; }

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

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

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

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

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

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

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

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