#BE55B6

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

Shades of Fuchsia #BE55B6

Tints of Fuchsia #BE55B6

Color information

#BE55B6 (or 0xBE55B6) is unknown color: approx Fuchsia. HEX triplet: BE, 55 and B6. RGB value is (190,85,182). Sum of RGB (Red+Green+Blue) = 190+85+182=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55B6 is #41AA49. Grayscale: #7F7F7F. Windows color (decimal): -4303434 or 11949502. OLE color: 11949502.

HSL color Cylindrical-coordinate representation of color #BE55B6: hue angle of 304.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55B6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19085182-
CMYK00.550.040.25
HSL304.57º44.68%53.92%-
HSV(B)304.57º55.26%74.51%-
XYZ32.9320.8246.54-
YUV127.45158.79172.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=41.58%
G=18.60%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908518200.550.040.25304.5744.6853.92
HexBE55B60374191312d36
Octal2761252660674314615566
Binary10111110101010110110110011011110011001100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55B6; }

 p { color: rgb(190,85,182); }

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

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

 a { background-color: rgb(190,85,182); }

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

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

 span { border-color: rgb(190,85,182); }

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