#BD508C

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

Shades of Mulberry #BD508C

Tints of Mulberry #BD508C

Color information

#BD508C (or 0xBD508C) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 8C. RGB value is (189,80,140). Sum of RGB (Red+Green+Blue) = 189+80+140=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508C is #42AF73. Grayscale: #777777. Windows color (decimal): -4370292 or 9195709. OLE color: 9195709.

HSL color Cylindrical-coordinate representation of color #BD508C: hue angle of 326.97º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD508C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18980140-
CMYK00.580.260.26
HSL326.97º45.23%52.75%-
HSV(B)326.97º57.67%74.12%-
XYZ28.5918.4526.87-
YUV119.43139.61177.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=46.21%
G=19.56%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898014000.580.260.26326.9745.2352.75
HexBD508C03A1A1A1472d35
Octal27512021407232325075565
Binary1011110110100001000110001110101101011010101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD508C; }

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

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

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

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

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

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

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

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