#BE5F8A

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

Shades of Mulberry #BE5F8A

Tints of Mulberry #BE5F8A

Color information

#BE5F8A (or 0xBE5F8A) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 8A. RGB value is (190,95,138). Sum of RGB (Red+Green+Blue) = 190+95+138=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F8A is #41A075. Grayscale: #808080. Windows color (decimal): -4300918 or 9068478. OLE color: 9068478.

HSL color Cylindrical-coordinate representation of color #BE5F8A: hue angle of 332.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F8A is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19095138-
CMYK00.50.270.25
HSL332.84º42.22%55.88%-
HSV(B)332.84º50%74.51%-
XYZ29.9120.9726.52-
YUV128.31133.47172-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=44.92%
G=22.46%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909513800.50.270.25332.8442.2255.88
HexBE5F8A0321B1914d2a38
Octal27613721206233315155270
Binary1011111010111111000101001100101101111001101001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F8A; }

 p { color: rgb(190,95,138); }

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

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

 a { background-color: rgb(190,95,138); }

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

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

 span { border-color: rgb(190,95,138); }

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