#BE4CBD

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

Shades of Fuchsia #BE4CBD

Tints of Fuchsia #BE4CBD

Color information

#BE4CBD (or 0xBE4CBD) is unknown color: approx Fuchsia. HEX triplet: BE, 4C and BD. RGB value is (190,76,189). Sum of RGB (Red+Green+Blue) = 190+76+189=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CBD is #41B342. Grayscale: #7A7A7A. Windows color (decimal): -4305731 or 12405950. OLE color: 12405950.

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

Color convert

RGB19076189-
CMYK00.600.010.25
HSL300.53º46.72%52.16%-
HSV(B)300.53º60%74.51%-
XYZ3319.7950.22-
YUV122.97165.27175.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=41.76%
G=16.70%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907618900.600.010.25300.5346.7252.16
HexBE4CBD03C11912d2f34
Octal2761142750741314555764
Binary101111101001100101111010111100111001100101101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CBD; }

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

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

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

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

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

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

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

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