#BD5083

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

Shades of Mulberry #BD5083

Tints of Mulberry #BD5083

Color information

#BD5083 (or 0xBD5083) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 83. RGB value is (189,80,131). Sum of RGB (Red+Green+Blue) = 189+80+131=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5083 is #42AF7C. Grayscale: #767676. Windows color (decimal): -4370301 or 8605885. OLE color: 8605885.

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

Color convert

RGB18980131-
CMYK00.580.310.26
HSL331.93º45.23%52.75%-
HSV(B)331.93º57.67%74.12%-
XYZ27.9518.1923.51-
YUV118.4135.11178.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=47.25%
G=20%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898013100.580.310.26331.9345.2352.75
HexBD508303A1F1A14c2d35
Octal27512020307237325145565
Binary1011110110100001000001101110101111111010101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5083; }

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

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

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

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

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

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

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

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