Html Css Color HEX #BD579C Mulberry

📋 copy color: '#BD579C'

red 189 ◦ green 87 ◦ blue 156

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

Shades of Mulberry #BD579C

Tints of Mulberry #BD579C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 43.75%
G = 20.14%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD579C (or 0xBD579C) is known color: Mulberry. HEX triplet: BD, 57 and 9C. RGB value is (189,87,156). Sum of RGB (Red+Green+Blue) = 189+87+156=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD579C is #42A863. Grayscale: #7D7D7D. Windows color (decimal): -4368484 or 10246077. OLE color: 10246077.

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

Color convert

RGB 189 87 156 -
CMYK 0 0.54 0.17 0.26
HSL 319.41º 0.44% 0.54% -
HSV(B) 319.41º 0.54% 0.74% -
XYZ 30.4 20.04 33.72 -
YUV 125.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 189 87 156 0 0.54 0.17 0.26 319.41 0.44 0.54
Hex BD 57 9C 0 36 11 1A 13F 2C 36
Octal 275 127 234 0 66 21 32 477 54 66
Binary 10111101 1010111 10011100 0 110110 10001 11010 100111111 101100 110110

Color Harmonies of #BD579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD579C

Black with #BD579C

Text Example


Text Example

White with #BD579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD579C; }

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

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

background-color css

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

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

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

border-color css

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

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

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