#BE27B4

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

Shades of Fuchsia #BE27B4

Tints of Fuchsia #BE27B4

Color information

#BE27B4 (or 0xBE27B4) is unknown color: approx Fuchsia. HEX triplet: BE, 27 and B4. RGB value is (190,39,180). Sum of RGB (Red+Green+Blue) = 190+39+180=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27B4 is #41D84B. Grayscale: #636363. Windows color (decimal): -4315212 or 11806654. OLE color: 11806654.

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

Color convert

RGB19039180-
CMYK00.790.050.25
HSL303.97º65.94%44.9%-
HSV(B)303.97º79.47%74.51%-
XYZ30.215.6944.62-
YUV100.22173.03192.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=46.45%
G=9.54%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903918000.790.050.25303.9765.9444.9
HexBE27B404F519130422d
Octal27647264011753146010255
Binary101111101001111011010001001111101110011001100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE27B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE27B4; }

 p { color: rgb(190,39,180); }

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

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

 a { background-color: rgb(190,39,180); }

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

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

 span { border-color: rgb(190,39,180); }

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