#BE4BB0

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

Shades of Fuchsia #BE4BB0

Tints of Fuchsia #BE4BB0

Color information

#BE4BB0 (or 0xBE4BB0) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and B0. RGB value is (190,75,176). Sum of RGB (Red+Green+Blue) = 190+75+176=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BB0 is #41B44F. Grayscale: #787878. Windows color (decimal): -4306000 or 11553726. OLE color: 11553726.

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

Color convert

RGB19075176-
CMYK00.610.070.25
HSL307.3º46.94%51.96%-
HSV(B)307.3º60.53%74.51%-
XYZ31.5919.1143.1-
YUV120.9159.1177.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=43.08%
G=17.01%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907517600.610.070.25307.346.9451.96
HexBE4BB003D7191332f34
Octal2761132600757314635764
Binary10111110100101110110000011110111111001100110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BB0; }

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

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

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

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

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

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

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

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