Html Css Color HEX #BD5785 Mulberry

📋 copy color: '#BD5785'

red 189 ◦ green 87 ◦ blue 133

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

Shades of Mulberry #BD5785

Tints of Mulberry #BD5785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 46.21%
G = 21.27%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD5785 (or 0xBD5785) is known color: Mulberry. HEX triplet: BD, 57 and 85. RGB value is (189,87,133). Sum of RGB (Red+Green+Blue) = 189+87+133=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5785 is #42A87A. Grayscale: #7A7A7A. Windows color (decimal): -4368507 or 8738749. OLE color: 8738749.

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

Color convert

RGB 189 87 133 -
CMYK 0 0.54 0.30 0.26
HSL 332.94º 0.44% 0.54% -
HSV(B) 332.94º 0.54% 0.74% -
XYZ 28.63 19.33 24.41 -
YUV 122.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 189 87 133 0 0.54 0.30 0.26 332.94 0.44 0.54
Hex BD 57 85 0 36 1E 1A 14D 2C 36
Octal 275 127 205 0 66 36 32 515 54 66
Binary 10111101 1010111 10000101 0 110110 11110 11010 101001101 101100 110110

Color Harmonies of #BD5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5785

Black with #BD5785

Text Example


Text Example

White with #BD5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5785; }

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

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

background-color css

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

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

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

border-color css

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

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

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