#BD468C

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

Shades of Mulberry #BD468C

Tints of Mulberry #BD468C

Color information

#BD468C (or 0xBD468C) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 8C. RGB value is (189,70,140). Sum of RGB (Red+Green+Blue) = 189+70+140=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468C is #42B973. Grayscale: #717171. Windows color (decimal): -4372852 or 9193149. OLE color: 9193149.

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

Color convert

RGB18970140-
CMYK00.630.260.26
HSL324.71º47.41%50.78%-
HSV(B)324.71º62.96%74.12%-
XYZ27.9117.0926.64-
YUV113.56142.92181.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=47.37%
G=17.54%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897014000.630.260.26324.7147.4150.78
HexBD468C03F1A1A1452f33
Octal27510621407732325055763
Binary1011110110001101000110001111111101011010101000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD468C; }

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

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

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

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

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

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

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

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