#BE4B9A

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

Shades of Mulberry #BE4B9A

Tints of Mulberry #BE4B9A

Color information

#BE4B9A (or 0xBE4B9A) is unknown color: approx Mulberry. HEX triplet: BE, 4B and 9A. RGB value is (190,75,154). Sum of RGB (Red+Green+Blue) = 190+75+154=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B9A is #41B465. Grayscale: #767676. Windows color (decimal): -4306022 or 10111934. OLE color: 10111934.

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

Color convert

RGB19075154-
CMYK00.610.190.25
HSL318.78º46.94%51.96%-
HSV(B)318.78º60.53%74.51%-
XYZ29.5818.3132.55-
YUV118.39148.1179.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=45.35%
G=17.90%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907515400.610.190.25318.7846.9451.96
HexBE4B9A03D131913f2f34
Octal27611323207523314775764
Binary1011111010010111001101001111011001111001100111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B9A; }

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

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

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

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

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

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

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

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