#BE40BB

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

Shades of Fuchsia #BE40BB

Tints of Fuchsia #BE40BB

Color information

#BE40BB (or 0xBE40BB) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and BB. RGB value is (190,64,187). Sum of RGB (Red+Green+Blue) = 190+64+187=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40BB is #41BF44. Grayscale: #737373. Windows color (decimal): -4308805 or 12271806. OLE color: 12271806.

HSL color Cylindrical-coordinate representation of color #BE40BB: hue angle of 301.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40BB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19064187-
CMYK00.660.020.25
HSL301.43º49.61%49.8%-
HSV(B)301.43º66.32%74.51%-
XYZ32.0418.248.84-
YUV115.7168.24181-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=43.08%
G=14.51%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906418700.660.020.25301.4349.6149.8
HexBE40BB04221912d3232
Octal27610027301022314556262
Binary10111110100000010111011010000101011001100101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40BB; }

 p { color: rgb(190,64,187); }

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

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

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

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

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

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

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