#BE38B8

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

Shades of Fuchsia #BE38B8

Tints of Fuchsia #BE38B8

Color information

#BE38B8 (or 0xBE38B8) is unknown color: approx Fuchsia. HEX triplet: BE, 38 and B8. RGB value is (190,56,184). Sum of RGB (Red+Green+Blue) = 190+56+184=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38B8 is #41C747. Grayscale: #6E6E6E. Windows color (decimal): -4310856 or 12073150. OLE color: 12073150.

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

Color convert

RGB19056184-
CMYK00.710.030.25
HSL302.69º54.47%48.24%-
HSV(B)302.69º70.53%74.51%-
XYZ31.317.2447.02-
YUV110.66169.39184.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 56 (22.27% from 255) = 13.02%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=44.19%
G=13.02%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905618400.710.030.25302.6954.4748.24
HexBE38B804731912f3630
Octal2767027001073314576660
Binary1011111011100010111000010001111111001100101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38B8; }

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

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

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

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

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

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

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

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