#BD468B

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

Shades of Mulberry #BD468B

Tints of Mulberry #BD468B

Color information

#BD468B (or 0xBD468B) is unknown color: approx Mulberry. HEX triplet: BD, 46 and 8B. RGB value is (189,70,139). Sum of RGB (Red+Green+Blue) = 189+70+139=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468B is #42B974. Grayscale: #717171. Windows color (decimal): -4372853 or 9127613. OLE color: 9127613.

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

Color convert

RGB18970139-
CMYK00.630.260.26
HSL325.21º47.41%50.78%-
HSV(B)325.21º62.96%74.12%-
XYZ27.8417.0626.25-
YUV113.45142.42181.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=47.49%
G=17.59%
B=34.92%

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
Decimal1897013900.630.260.26325.2147.4150.78
HexBD468B03F1A1A1452f33
Octal27510621307732325055763
Binary1011110110001101000101101111111101011010101000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD468B; }

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

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

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

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

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

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

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

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