#BD3F96

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

Shades of Mulberry #BD3F96

Tints of Mulberry #BD3F96

Color information

#BD3F96 (or 0xBD3F96) is unknown color: approx Mulberry. HEX triplet: BD, 3F and 96. RGB value is (189,63,150). Sum of RGB (Red+Green+Blue) = 189+63+150=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F96 is #42C069. Grayscale: #6E6E6E. Windows color (decimal): -4374634 or 9846717. OLE color: 9846717.

HSL color Cylindrical-coordinate representation of color #BD3F96: hue angle of 318.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F96 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18963150-
CMYK00.670.210.26
HSL318.57º50%49.41%-
HSV(B)318.57º66.67%74.12%-
XYZ28.2716.5830.56-
YUV110.59150.24183.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=47.01%
G=15.67%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896315000.670.210.26318.575049.41
HexBD3F96043151A13f3231
Octal27577226010325324776261
Binary1011110111111110010110010000111010111010100111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F96; }

 p { color: rgb(189,63,150); }

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

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

 a { background-color: rgb(189,63,150); }

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

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

 span { border-color: rgb(189,63,150); }

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