#BD3EA3

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

Shades of Mulberry #BD3EA3

Tints of Mulberry #BD3EA3

Color information

#BD3EA3 (or 0xBD3EA3) is unknown color: approx Mulberry. HEX triplet: BD, 3E and A3. RGB value is (189,62,163). Sum of RGB (Red+Green+Blue) = 189+62+163=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA3 is #42C15C. Grayscale: #6F6F6F. Windows color (decimal): -4374877 or 10698429. OLE color: 10698429.

HSL color Cylindrical-coordinate representation of color #BD3EA3: hue angle of 312.28º degrees, saturation: 0.51, 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 #BD3EA3 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18962163-
CMYK00.670.140.26
HSL312.28º50.6%49.22%-
HSV(B)312.28º67.2%74.12%-
XYZ29.3216.9136.37-
YUV111.49157.08183.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=45.65%
G=14.98%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896216300.670.140.26312.2850.649.22
HexBD3EA3043E1A1383331
Octal27576243010316324706361
Binary101111011111101010001101000011111011010100111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EA3; }

 p { color: rgb(189,62,163); }

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

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

 a { background-color: rgb(189,62,163); }

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

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

 span { border-color: rgb(189,62,163); }

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