#BE44BD

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

Shades of Fuchsia #BE44BD

Tints of Fuchsia #BE44BD

Color information

#BE44BD (or 0xBE44BD) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and BD. RGB value is (190,68,189). Sum of RGB (Red+Green+Blue) = 190+68+189=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44BD is #41BB42. Grayscale: #757575. Windows color (decimal): -4307779 or 12403902. OLE color: 12403902.

HSL color Cylindrical-coordinate representation of color #BE44BD: hue angle of 300.49º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44BD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19068189-
CMYK00.640.010.25
HSL300.49º48.41%50.59%-
HSV(B)300.49º64.21%74.51%-
XYZ32.4918.7650.05-
YUV118.27167.92179.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 68 (26.95% from 255) = 15.21%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=42.51%
G=15.21%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906818900.640.010.25300.4948.4150.59
HexBE44BD04011912c3033
Octal27610427501001314546063
Binary1011111010001001011110101000000111001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44BD; }

 p { color: rgb(190,68,189); }

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

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

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

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

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

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

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