Html Css Color HEX #BD5582 Mulberry

📋 copy color: '#BD5582'

red 189 ◦ green 85 ◦ blue 130

#BD5582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BD5582

Tints of Mulberry #BD5582

RGB

 RED value IS 189 (74.22% from 255) = 46.78%

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 46.78%
G = 21.04%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD5582 (or 0xBD5582) is known color: Mulberry. HEX triplet: BD, 55 and 82. RGB value is (189,85,130). Sum of RGB (Red+Green+Blue) = 189+85+130=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5582 is #42AA7D. Grayscale: #797979. Windows color (decimal): -4369022 or 8541629. OLE color: 8541629.

HSL color Cylindrical-coordinate representation of color #BD5582: hue angle of 334.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5582 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 130 -
CMYK 0 0.55 0.31 0.26
HSL 334.04º 0.44% 0.54% -
HSV(B) 334.04º 0.55% 0.74% -
XYZ 28.26 18.93 23.28 -
YUV 121.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 189 85 130 0 0.55 0.31 0.26 334.04 0.44 0.54
Hex BD 55 82 0 37 1F 1A 14E 2C 36
Octal 275 125 202 0 67 37 32 516 54 66
Binary 10111101 1010101 10000010 0 110111 11111 11010 101001110 101100 110110

Color Harmonies of #BD5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5582

Black with #BD5582

Text Example


Text Example

White with #BD5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5582; }

 p { color: rgb(189,85,130); }

 H1.HeaderClassName
 {
   color: #BD5582;
 }
 .AnyTagClassName
 {
   color: #BD5582;
 }
</style>

background-color css

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

 a { background-color: rgb(189,85,130); }

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

border-color css

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

 span { border-color: rgb(189,85,130); }

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