Html Css Color HEX #BD5994 Mulberry

📋 copy color: '#BD5994'

red 189 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #BD5994

Tints of Mulberry #BD5994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 44.37%
G = 20.89%
B = 34.74%

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

#BD5994 (or 0xBD5994) is known color: Mulberry. HEX triplet: BD, 59 and 94. RGB value is (189,89,148). Sum of RGB (Red+Green+Blue) = 189+89+148=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5994 is #42A66B. Grayscale: #7D7D7D. Windows color (decimal): -4367980 or 9722301. OLE color: 9722301.

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

Color convert

RGB 189 89 148 -
CMYK 0 0.53 0.22 0.26
HSL 324.6º 0.43% 0.55% -
HSV(B) 324.6º 0.53% 0.74% -
XYZ 29.9 20.1 30.32 -
YUV 125.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 189 89 148 0 0.53 0.22 0.26 324.6 0.43 0.55
Hex BD 59 94 0 35 16 1A 145 2B 37
Octal 275 131 224 0 65 26 32 505 53 67
Binary 10111101 1011001 10010100 0 110101 10110 11010 101000101 101011 110111

Color Harmonies of #BD5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5994

Black with #BD5994

Text Example


Text Example

White with #BD5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5994; }

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

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

background-color css

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

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

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

border-color css

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

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

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