#BE44B3

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

Shades of Fuchsia #BE44B3

Tints of Fuchsia #BE44B3

Color information

#BE44B3 (or 0xBE44B3) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and B3. RGB value is (190,68,179). Sum of RGB (Red+Green+Blue) = 190+68+179=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44B3 is #41BB4C. Grayscale: #747474. Windows color (decimal): -4307789 or 11748542. OLE color: 11748542.

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

Color convert

RGB19068179-
CMYK00.640.060.25
HSL305.41º48.41%50.59%-
HSV(B)305.41º64.21%74.51%-
XYZ31.4418.3444.53-
YUV117.13162.92179.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=43.48%
G=15.56%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906817900.640.060.25305.4148.4150.59
HexBE44B30406191313033
Octal27610426301006314616063
Binary101111101000100101100110100000011011001100110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44B3; }

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

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

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

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

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

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

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

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