#BE6BB8

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

Shades of Fuchsia #BE6BB8

Tints of Fuchsia #BE6BB8

Color information

#BE6BB8 (or 0xBE6BB8) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and B8. RGB value is (190,107,184). Sum of RGB (Red+Green+Blue) = 190+107+184=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BB8 is #419447. Grayscale: #8C8C8C. Windows color (decimal): -4297800 or 12086206. OLE color: 12086206.

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

Color convert

RGB190107184-
CMYK00.440.030.25
HSL304.34º38.97%58.24%-
HSV(B)304.34º43.68%74.51%-
XYZ35.1424.9248.31-
YUV140.6152.5163.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=39.50%
G=22.25%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010718400.440.030.25304.3438.9758.24
HexBE6BB802C319130273a
Octal2761532700543314604772
Binary1011111011010111011100001011001111001100110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BB8; }

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

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

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

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

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

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

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

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