Html Css Color HEX #BD578C Mulberry

📋 copy color: '#BD578C'

red 189 ◦ green 87 ◦ blue 140

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

Shades of Mulberry #BD578C

Tints of Mulberry #BD578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 45.43%
G = 20.91%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD578C (or 0xBD578C) is known color: Mulberry. HEX triplet: BD, 57 and 8C. RGB value is (189,87,140). Sum of RGB (Red+Green+Blue) = 189+87+140=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD578C is #42A873. Grayscale: #7B7B7B. Windows color (decimal): -4368500 or 9197501. OLE color: 9197501.

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

Color convert

RGB 189 87 140 -
CMYK 0 0.54 0.26 0.26
HSL 328.82º 0.44% 0.54% -
HSV(B) 328.82º 0.54% 0.74% -
XYZ 29.13 19.53 27.05 -
YUV 123.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 189 87 140 0 0.54 0.26 0.26 328.82 0.44 0.54
Hex BD 57 8C 0 36 1A 1A 149 2C 36
Octal 275 127 214 0 66 32 32 511 54 66
Binary 10111101 1010111 10001100 0 110110 11010 11010 101001001 101100 110110

Color Harmonies of #BD578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD578C

Black with #BD578C

Text Example


Text Example

White with #BD578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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