#BD468A

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

Shades of Mulberry #BD468A

Tints of Mulberry #BD468A

Color information

#BD468A (or 0xBD468A) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 8A. RGB value is (189,70,138). Sum of RGB (Red+Green+Blue) = 189+70+138=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468A is #42B975. Grayscale: #717171. Windows color (decimal): -4372854 or 9062077. OLE color: 9062077.

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

Color convert

RGB18970138-
CMYK00.630.270.26
HSL325.71º47.41%50.78%-
HSV(B)325.71º62.96%74.12%-
XYZ27.7617.0325.87-
YUV113.33141.92181.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=47.61%
G=17.63%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897013800.630.270.26325.7147.4150.78
HexBD468A03F1B1A1462f33
Octal27510621207733325065763
Binary1011110110001101000101001111111101111010101000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD468A; }

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

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

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

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

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

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

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

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