#BE55BE

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

Shades of Fuchsia #BE55BE

Tints of Fuchsia #BE55BE

Color information

#BE55BE (or 0xBE55BE) is unknown color: approx Fuchsia. HEX triplet: BE, 55 and BE. RGB value is (190,85,190). Sum of RGB (Red+Green+Blue) = 190+85+190=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55BE is #41AA41. Grayscale: #808080. Windows color (decimal): -4303426 or 12473790. OLE color: 12473790.

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

Color convert

RGB19085190-
CMYK00.5500.25
HSL300º44.68%53.92%-
HSV(B)300º55.26%74.51%-
XYZ33.7821.1651.02-
YUV128.36162.79171.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=40.86%
G=18.28%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908519000.5500.2530044.6853.92
HexBE55BE03701912c2d36
Octal2761252760670314545566
Binary101111101010101101111100110111011001100101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55BE; }

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

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

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

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

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

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

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

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