#BD468D

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

Shades of Mulberry #BD468D

Tints of Mulberry #BD468D

Color information

#BD468D (or 0xBD468D) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 8D. RGB value is (189,70,141). Sum of RGB (Red+Green+Blue) = 189+70+141=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468D is #42B972. Grayscale: #717171. Windows color (decimal): -4372851 or 9258685. OLE color: 9258685.

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

Color convert

RGB18970141-
CMYK00.630.250.26
HSL324.2º47.41%50.78%-
HSV(B)324.2º62.96%74.12%-
XYZ27.9817.1227.03-
YUV113.68143.42181.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=47.25%
G=17.5%
B=35.25%

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
Decimal1897014100.630.250.26324.247.4150.78
HexBD468D03F191A1442f33
Octal27510621507731325045763
Binary1011110110001101000110101111111100111010101000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD468D; }

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

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

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

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

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

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

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

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