Html Css Color HEX #BD5987 Mulberry

📋 copy color: '#BD5987'

red 189 ◦ green 89 ◦ blue 135

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

Shades of Mulberry #BD5987

Tints of Mulberry #BD5987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 45.76%
G = 21.55%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD5987 (or 0xBD5987) is known color: Mulberry. HEX triplet: BD, 59 and 87. RGB value is (189,89,135). Sum of RGB (Red+Green+Blue) = 189+89+135=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5987 is #42A678. Grayscale: #7C7C7C. Windows color (decimal): -4367993 or 8870333. OLE color: 8870333.

HSL color Cylindrical-coordinate representation of color #BD5987: hue angle of 332.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5987 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 135 -
CMYK 0 0.53 0.29 0.26
HSL 332.4º 0.43% 0.55% -
HSV(B) 332.4º 0.53% 0.74% -
XYZ 28.93 19.71 25.2 -
YUV 124.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 189 89 135 0 0.53 0.29 0.26 332.4 0.43 0.55
Hex BD 59 87 0 35 1D 1A 14C 2B 37
Octal 275 131 207 0 65 35 32 514 53 67
Binary 10111101 1011001 10000111 0 110101 11101 11010 101001100 101011 110111

Color Harmonies of #BD5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5987

Black with #BD5987

Text Example


Text Example

White with #BD5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5987; }

 p { color: rgb(189,89,135); }

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

background-color css

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

 a { background-color: rgb(189,89,135); }

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

border-color css

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

 span { border-color: rgb(189,89,135); }

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