Html Css Color HEX #BD5586 Mulberry

📋 copy color: '#BD5586'

red 189 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #BD5586

Tints of Mulberry #BD5586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 46.32%
G = 20.83%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD5586 (or 0xBD5586) is known color: Mulberry. HEX triplet: BD, 55 and 86. RGB value is (189,85,134). Sum of RGB (Red+Green+Blue) = 189+85+134=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5586 is #42AA79. Grayscale: #797979. Windows color (decimal): -4369018 or 8803773. OLE color: 8803773.

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

Color convert

RGB 189 85 134 -
CMYK 0 0.55 0.29 0.26
HSL 331.73º 0.44% 0.54% -
HSV(B) 331.73º 0.55% 0.74% -
XYZ 28.54 19.04 24.72 -
YUV 121.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 189 85 134 0 0.55 0.29 0.26 331.73 0.44 0.54
Hex BD 55 86 0 37 1D 1A 14C 2C 36
Octal 275 125 206 0 67 35 32 514 54 66
Binary 10111101 1010101 10000110 0 110111 11101 11010 101001100 101100 110110

Color Harmonies of #BD5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5586

Black with #BD5586

Text Example


Text Example

White with #BD5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5586; }

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

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

background-color css

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

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

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

border-color css

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

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

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