#BE3F9B

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

Shades of Mulberry #BE3F9B

Tints of Mulberry #BE3F9B

Color information

#BE3F9B (or 0xBE3F9B) is unknown color: approx Mulberry. HEX triplet: BE, 3F and 9B. RGB value is (190,63,155). Sum of RGB (Red+Green+Blue) = 190+63+155=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F9B is #41C064. Grayscale: #6F6F6F. Windows color (decimal): -4309093 or 10174398. OLE color: 10174398.

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

Color convert

RGB19063155-
CMYK00.670.180.25
HSL316.54º50.2%49.61%-
HSV(B)316.54º66.84%74.51%-
XYZ28.9316.8732.74-
YUV111.46152.58184.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 63 (25% from 255) = 15.44%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=46.57%
G=15.44%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906315500.670.180.25316.5450.249.61
HexBE3F9B043121913d3232
Octal27677233010322314756262
Binary1011111011111110011011010000111001011001100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F9B; }

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

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

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

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

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

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

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

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