#BD469A

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

Shades of Mulberry #BD469A

Tints of Mulberry #BD469A

Color information

#BD469A (or 0xBD469A) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 9A. RGB value is (189,70,154). Sum of RGB (Red+Green+Blue) = 189+70+154=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469A is #42B965. Grayscale: #727272. Windows color (decimal): -4372838 or 10110653. OLE color: 10110653.

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

Color convert

RGB18970154-
CMYK00.630.190.26
HSL317.65º47.41%50.78%-
HSV(B)317.65º62.96%74.12%-
XYZ29.0117.5332.43-
YUV115.16149.92180.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=45.76%
G=16.95%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897015400.630.190.26317.6547.4150.78
HexBD469A03F131A13e2f33
Octal27510623207723324765763
Binary1011110110001101001101001111111001111010100111110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD469A; }

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

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

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

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

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

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

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

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