#BD419A

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

Shades of Mulberry #BD419A

Tints of Mulberry #BD419A

Color information

#BD419A (or 0xBD419A) is unknown color: approx Mulberry. HEX triplet: BD, 41 and 9A. RGB value is (189,65,154). Sum of RGB (Red+Green+Blue) = 189+65+154=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD419A is #42BE65. Grayscale: #6F6F6F. Windows color (decimal): -4374118 or 10109373. OLE color: 10109373.

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

Color convert

RGB18965154-
CMYK00.660.190.26
HSL316.94º48.82%49.8%-
HSV(B)316.94º65.61%74.12%-
XYZ28.7116.9332.33-
YUV112.22151.58182.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=46.32%
G=15.93%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896515400.660.190.26316.9448.8249.8
HexBD419A042131A13d3132
Octal275101232010223324756162
Binary10111101100000110011010010000101001111010100111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD419A; }

 p { color: rgb(189,65,154); }

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

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

 a { background-color: rgb(189,65,154); }

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

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

 span { border-color: rgb(189,65,154); }

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