#BE4CBA

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

Shades of Fuchsia #BE4CBA

Tints of Fuchsia #BE4CBA

Color information

#BE4CBA (or 0xBE4CBA) is unknown color: approx Fuchsia. HEX triplet: BE, 4C and BA. RGB value is (190,76,186). Sum of RGB (Red+Green+Blue) = 190+76+186=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CBA is #41B345. Grayscale: #7A7A7A. Windows color (decimal): -4305734 or 12209342. OLE color: 12209342.

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

Color convert

RGB19076186-
CMYK00.600.020.25
HSL302.11º46.72%52.16%-
HSV(B)302.11º60%74.51%-
XYZ32.6819.6648.53-
YUV122.63163.77176.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=42.04%
G=16.81%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907618600.600.020.25302.1146.7252.16
HexBE4CBA03C21912e2f34
Octal2761142720742314565764
Binary1011111010011001011101001111001011001100101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CBA; }

 p { color: rgb(190,76,186); }

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

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

 a { background-color: rgb(190,76,186); }

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

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

 span { border-color: rgb(190,76,186); }

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