#BD5084

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

Shades of Mulberry #BD5084

Tints of Mulberry #BD5084

Color information

#BD5084 (or 0xBD5084) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 84. RGB value is (189,80,132). Sum of RGB (Red+Green+Blue) = 189+80+132=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5084 is #42AF7B. Grayscale: #767676. Windows color (decimal): -4370300 or 8671421. OLE color: 8671421.

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

Color convert

RGB18980132-
CMYK00.580.300.26
HSL331.38º45.23%52.75%-
HSV(B)331.38º57.67%74.12%-
XYZ28.0218.2223.87-
YUV118.52135.61178.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=47.13%
G=19.95%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898013200.580.300.26331.3845.2352.75
HexBD508403A1E1A14b2d35
Octal27512020407236325135565
Binary1011110110100001000010001110101111011010101001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5084; }

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

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

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

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

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

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

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

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