#BE4BB6

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

Shades of Fuchsia #BE4BB6

Tints of Fuchsia #BE4BB6

Color information

#BE4BB6 (or 0xBE4BB6) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and B6. RGB value is (190,75,182). Sum of RGB (Red+Green+Blue) = 190+75+182=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BB6 is #41B449. Grayscale: #797979. Windows color (decimal): -4305994 or 11946942. OLE color: 11946942.

HSL color Cylindrical-coordinate representation of color #BE4BB6: hue angle of 304.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BB6 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19075182-
CMYK00.610.040.25
HSL304.17º46.94%51.96%-
HSV(B)304.17º60.53%74.51%-
XYZ32.1919.3646.3-
YUV121.58162.1176.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=42.51%
G=16.78%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907518200.610.040.25304.1746.9451.96
HexBE4BB603D4191302f34
Octal2761132660754314605764
Binary10111110100101110110110011110110011001100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BB6; }

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

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

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

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

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

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

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

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