Html Css Color HEX #BD5988 Mulberry

📋 copy color: '#BD5988'

red 189 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #BD5988

Tints of Mulberry #BD5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 45.65%
G = 21.5%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD5988 (or 0xBD5988) is known color: Mulberry. HEX triplet: BD, 59 and 88. RGB value is (189,89,136). Sum of RGB (Red+Green+Blue) = 189+89+136=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5988 is #42A677. Grayscale: #7C7C7C. Windows color (decimal): -4367992 or 8935869. OLE color: 8935869.

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

Color convert

RGB 189 89 136 -
CMYK 0 0.53 0.28 0.26
HSL 331.8º 0.43% 0.55% -
HSV(B) 331.8º 0.53% 0.74% -
XYZ 29 19.74 25.57 -
YUV 124.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 189 89 136 0 0.53 0.28 0.26 331.8 0.43 0.55
Hex BD 59 88 0 35 1C 1A 14C 2B 37
Octal 275 131 210 0 65 34 32 514 53 67
Binary 10111101 1011001 10001000 0 110101 11100 11010 101001100 101011 110111

Color Harmonies of #BD5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5988

Black with #BD5988

Text Example


Text Example

White with #BD5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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