Html Css Color HEX #BD579B Mulberry

📋 copy color: '#BD579B'

red 189 ◦ green 87 ◦ blue 155

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

Shades of Mulberry #BD579B

Tints of Mulberry #BD579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.19%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 43.85%
G = 20.19%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD579B (or 0xBD579B) is known color: Mulberry. HEX triplet: BD, 57 and 9B. RGB value is (189,87,155). Sum of RGB (Red+Green+Blue) = 189+87+155=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD579B is #42A864. Grayscale: #7D7D7D. Windows color (decimal): -4368485 or 10180541. OLE color: 10180541.

HSL color Cylindrical-coordinate representation of color #BD579B: hue angle of 320º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD579B is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 155 -
CMYK 0 0.54 0.18 0.26
HSL 320º 0.44% 0.54% -
HSV(B) 320º 0.54% 0.74% -
XYZ 30.31 20 33.27 -
YUV 125.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 189 87 155 0 0.54 0.18 0.26 320 0.44 0.54
Hex BD 57 9B 0 36 12 1A 140 2C 36
Octal 275 127 233 0 66 22 32 500 54 66
Binary 10111101 1010111 10011011 0 110110 10010 11010 101000000 101100 110110

Color Harmonies of #BD579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD579B

Black with #BD579B

Text Example


Text Example

White with #BD579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD579B; }

 p { color: rgb(189,87,155); }

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

background-color css

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

 a { background-color: rgb(189,87,155); }

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

border-color css

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

 span { border-color: rgb(189,87,155); }

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