#BE6FB8

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

Shades of Fuchsia #BE6FB8

Tints of Fuchsia #BE6FB8

Color information

#BE6FB8 (or 0xBE6FB8) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and B8. RGB value is (190,111,184). Sum of RGB (Red+Green+Blue) = 190+111+184=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FB8 is #419047. Grayscale: #8E8E8E. Windows color (decimal): -4296776 or 12087230. OLE color: 12087230.

HSL color Cylindrical-coordinate representation of color #BE6FB8: hue angle of 304.56º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190111184-
CMYK00.420.030.25
HSL304.56º37.8%59.02%-
HSV(B)304.56º41.58%74.51%-
XYZ35.5725.7848.45-
YUV142.94151.17161.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=39.18%
G=22.89%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011118400.420.030.25304.5637.859.02
HexBE6FB802A319131263b
Octal2761572700523314614673
Binary1011111011011111011100001010101111001100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FB8; }

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

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

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

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

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

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

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

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