Html Css Color HEX #BD5986 Mulberry

📋 copy color: '#BD5986'

red 189 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #BD5986

Tints of Mulberry #BD5986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 45.87%
G = 21.6%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD5986 (or 0xBD5986) is known color: Mulberry. HEX triplet: BD, 59 and 86. RGB value is (189,89,134). Sum of RGB (Red+Green+Blue) = 189+89+134=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5986 is #42A679. Grayscale: #7B7B7B. Windows color (decimal): -4367994 or 8804797. OLE color: 8804797.

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

Color convert

RGB 189 89 134 -
CMYK 0 0.53 0.29 0.26
HSL 333º 0.43% 0.55% -
HSV(B) 333º 0.53% 0.74% -
XYZ 28.86 19.68 24.83 -
YUV 124.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 189 89 134 0 0.53 0.29 0.26 333 0.43 0.55
Hex BD 59 86 0 35 1D 1A 14D 2B 37
Octal 275 131 206 0 65 35 32 515 53 67
Binary 10111101 1011001 10000110 0 110101 11101 11010 101001101 101011 110111

Color Harmonies of #BD5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5986

Black with #BD5986

Text Example


Text Example

White with #BD5986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5986; }

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

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

background-color css

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

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

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

border-color css

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

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

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