#BE2BB7

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

Shades of Fuchsia #BE2BB7

Tints of Fuchsia #BE2BB7

Color information

#BE2BB7 (or 0xBE2BB7) is unknown color: approx Fuchsia. HEX triplet: BE, 2B and B7. RGB value is (190,43,183). Sum of RGB (Red+Green+Blue) = 190+43+183=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BB7 is #41D448. Grayscale: #666666. Windows color (decimal): -4314185 or 12004286. OLE color: 12004286.

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

Color convert

RGB19043183-
CMYK00.770.040.25
HSL302.86º63.09%45.69%-
HSV(B)302.86º77.37%74.51%-
XYZ30.6516.0946.29-
YUV102.91173.2190.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 43 (17.19% from 255) = 10.34%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=45.67%
G=10.34%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904318300.770.040.25302.8663.0945.69
HexBE2BB704D41912f3f2e
Octal2765326701154314577756
Binary10111110101011101101110100110110011001100101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2BB7; }

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

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

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

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

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

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

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

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