Html Css Color HEX #BD5997 Mulberry

📋 copy color: '#BD5997'

red 189 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #BD5997

Tints of Mulberry #BD5997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 44.06%
G = 20.75%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD5997 (or 0xBD5997) is known color: Mulberry. HEX triplet: BD, 59 and 97. RGB value is (189,89,151). Sum of RGB (Red+Green+Blue) = 189+89+151=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5997 is #42A668. Grayscale: #7D7D7D. Windows color (decimal): -4367977 or 9918909. OLE color: 9918909.

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

Color convert

RGB 189 89 151 -
CMYK 0 0.53 0.20 0.26
HSL 322.8º 0.43% 0.55% -
HSV(B) 322.8º 0.53% 0.74% -
XYZ 30.14 20.2 31.59 -
YUV 125.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 189 89 151 0 0.53 0.20 0.26 322.8 0.43 0.55
Hex BD 59 97 0 35 14 1A 143 2B 37
Octal 275 131 227 0 65 24 32 503 53 67
Binary 10111101 1011001 10010111 0 110101 10100 11010 101000011 101011 110111

Color Harmonies of #BD5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5997

Black with #BD5997

Text Example


Text Example

White with #BD5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5997; }

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

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

background-color css

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

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

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

border-color css

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

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

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