#BE28B6

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

Shades of Fuchsia #BE28B6

Tints of Fuchsia #BE28B6

Color information

#BE28B6 (or 0xBE28B6) is unknown color: approx Fuchsia. HEX triplet: BE, 28 and B6. RGB value is (190,40,182). Sum of RGB (Red+Green+Blue) = 190+40+182=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28B6 is #41D749. Grayscale: #646464. Windows color (decimal): -4314954 or 11937982. OLE color: 11937982.

HSL color Cylindrical-coordinate representation of color #BE28B6: hue angle of 303.2º degrees, saturation: 0.65, 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 #BE28B6 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19040182-
CMYK00.790.040.25
HSL303.2º65.22%45.1%-
HSV(B)303.2º78.95%74.51%-
XYZ30.4415.8445.71-
YUV101.04173.7191.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 40 (16.02% from 255) = 9.71%
BLUE value IS 182 (71.48% from 255) = 44.17%
R=46.12%
G=9.71%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904018200.790.040.25303.265.2245.1
HexBE28B604F41912f412d
Octal27650266011743145710155
Binary101111101010001011011001001111100110011001011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE28B6; }

 p { color: rgb(190,40,182); }

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

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

 a { background-color: rgb(190,40,182); }

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

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

 span { border-color: rgb(190,40,182); }

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