Html Css Color HEX #BD5597 Mulberry

📋 copy color: '#BD5597'

red 189 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #BD5597

Tints of Mulberry #BD5597

RGB

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

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

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

R = 44.47%
G = 20%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD5597 (or 0xBD5597) is known color: Mulberry. HEX triplet: BD, 55 and 97. RGB value is (189,85,151). Sum of RGB (Red+Green+Blue) = 189+85+151=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5597 is #42AA68. Grayscale: #7B7B7B. Windows color (decimal): -4369001 or 9917885. OLE color: 9917885.

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

Color convert

RGB 189 85 151 -
CMYK 0 0.55 0.20 0.26
HSL 321.92º 0.44% 0.54% -
HSV(B) 321.92º 0.55% 0.74% -
XYZ 29.82 19.55 31.48 -
YUV 123.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 189 85 151 0 0.55 0.20 0.26 321.92 0.44 0.54
Hex BD 55 97 0 37 14 1A 142 2C 36
Octal 275 125 227 0 67 24 32 502 54 66
Binary 10111101 1010101 10010111 0 110111 10100 11010 101000010 101100 110110

Color Harmonies of #BD5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5597

Black with #BD5597

Text Example


Text Example

White with #BD5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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