#BD468E

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

Shades of Mulberry #BD468E

Tints of Mulberry #BD468E

Color information

#BD468E (or 0xBD468E) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 8E. RGB value is (189,70,142). Sum of RGB (Red+Green+Blue) = 189+70+142=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468E is #42B971. Grayscale: #717171. Windows color (decimal): -4372850 or 9324221. OLE color: 9324221.

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

Color convert

RGB18970142-
CMYK00.630.250.26
HSL323.7º47.41%50.78%-
HSV(B)323.7º62.96%74.12%-
XYZ28.0617.1527.42-
YUV113.79143.92181.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=47.13%
G=17.46%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897014200.630.250.26323.747.4150.78
HexBD468E03F191A1442f33
Octal27510621607731325045763
Binary1011110110001101000111001111111100111010101000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD468E; }

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

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

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

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

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

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

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

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