#BD5090

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

Shades of Mulberry #BD5090

Tints of Mulberry #BD5090

Color information

#BD5090 (or 0xBD5090) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 90. RGB value is (189,80,144). Sum of RGB (Red+Green+Blue) = 189+80+144=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5090 is #42AF6F. Grayscale: #777777. Windows color (decimal): -4370288 or 9457853. OLE color: 9457853.

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

Color convert

RGB18980144-
CMYK00.580.240.26
HSL324.77º45.23%52.75%-
HSV(B)324.77º57.67%74.12%-
XYZ28.8918.5728.45-
YUV119.89141.61177.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=45.76%
G=19.37%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898014400.580.240.26324.7745.2352.75
HexBD509003A181A1452d35
Octal27512022007230325055565
Binary1011110110100001001000001110101100011010101000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5090; }

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

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

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

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

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

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

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

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