#BE2BB8

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

Shades of Fuchsia #BE2BB8

Tints of Fuchsia #BE2BB8

Color information

#BE2BB8 (or 0xBE2BB8) is unknown color: approx Fuchsia. HEX triplet: BE, 2B and B8. RGB value is (190,43,184). Sum of RGB (Red+Green+Blue) = 190+43+184=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BB8 is #41D447. Grayscale: #666666. Windows color (decimal): -4314184 or 12069822. OLE color: 12069822.

HSL color Cylindrical-coordinate representation of color #BE2BB8: hue angle of 302.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2BB8 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19043184-
CMYK00.770.030.25
HSL302.45º63.09%45.69%-
HSV(B)302.45º77.37%74.51%-
XYZ30.7516.1446.84-
YUV103.03173.7190.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 43 (17.19% from 255) = 10.31%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=45.56%
G=10.31%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904318400.770.030.25302.4563.0945.69
HexBE2BB804D31912e3f2e
Octal2765327001153314567756
Binary1011111010101110111000010011011111001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2BB8; }

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

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

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

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

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

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

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

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