#BE3F9A

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

Shades of Mulberry #BE3F9A

Tints of Mulberry #BE3F9A

Color information

#BE3F9A (or 0xBE3F9A) is unknown color: approx Mulberry. HEX triplet: BE, 3F and 9A. RGB value is (190,63,154). Sum of RGB (Red+Green+Blue) = 190+63+154=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F9A is #41C065. Grayscale: #6F6F6F. Windows color (decimal): -4309094 or 10108862. OLE color: 10108862.

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

Color convert

RGB19063154-
CMYK00.670.190.25
HSL317.01º50.2%49.61%-
HSV(B)317.01º66.84%74.51%-
XYZ28.8516.8432.3-
YUV111.35152.08184.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=46.68%
G=15.48%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906315400.670.190.25317.0150.249.61
HexBE3F9A043131913d3232
Octal27677232010323314756262
Binary1011111011111110011010010000111001111001100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F9A; }

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

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

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

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

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

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

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

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