Html Css Color HEX #BD5993 Mulberry

📋 copy color: '#BD5993'

red 189 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #BD5993

Tints of Mulberry #BD5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 44.47%
G = 20.94%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD5993 (or 0xBD5993) is known color: Mulberry. HEX triplet: BD, 59 and 93. RGB value is (189,89,147). Sum of RGB (Red+Green+Blue) = 189+89+147=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5993 is #42A66C. Grayscale: #7D7D7D. Windows color (decimal): -4367981 or 9656765. OLE color: 9656765.

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

Color convert

RGB 189 89 147 -
CMYK 0 0.53 0.22 0.26
HSL 325.2º 0.43% 0.55% -
HSV(B) 325.2º 0.53% 0.74% -
XYZ 29.83 20.07 29.91 -
YUV 125.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 189 89 147 0 0.53 0.22 0.26 325.2 0.43 0.55
Hex BD 59 93 0 35 16 1A 145 2B 37
Octal 275 131 223 0 65 26 32 505 53 67
Binary 10111101 1011001 10010011 0 110101 10110 11010 101000101 101011 110111

Color Harmonies of #BD5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5993

Black with #BD5993

Text Example


Text Example

White with #BD5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5993; }

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

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

background-color css

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

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

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

border-color css

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

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

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