#BE38BB

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

Shades of Fuchsia #BE38BB

Tints of Fuchsia #BE38BB

Color information

#BE38BB (or 0xBE38BB) is unknown color: approx Fuchsia. HEX triplet: BE, 38 and BB. RGB value is (190,56,187). Sum of RGB (Red+Green+Blue) = 190+56+187=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38BB is #41C744. Grayscale: #6E6E6E. Windows color (decimal): -4310853 or 12269758. OLE color: 12269758.

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

Color convert

RGB19056187-
CMYK00.710.020.25
HSL301.34º54.47%48.24%-
HSV(B)301.34º70.53%74.51%-
XYZ31.6217.3648.7-
YUV111170.89184.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=43.88%
G=12.93%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905618700.710.020.25301.3454.4748.24
HexBE38BB04721912d3630
Octal2767027301072314556660
Binary1011111011100010111011010001111011001100101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38BB; }

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

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

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

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

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

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

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

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