Html Css Color HEX #BD5996 Mulberry

📋 copy color: '#BD5996'

red 189 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #BD5996

Tints of Mulberry #BD5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 44.16%
G = 20.79%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD5996 (or 0xBD5996) is known color: Mulberry. HEX triplet: BD, 59 and 96. RGB value is (189,89,150). Sum of RGB (Red+Green+Blue) = 189+89+150=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5996 is #42A669. Grayscale: #7D7D7D. Windows color (decimal): -4367978 or 9853373. OLE color: 9853373.

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

Color convert

RGB 189 89 150 -
CMYK 0 0.53 0.21 0.26
HSL 323.4º 0.43% 0.55% -
HSV(B) 323.4º 0.53% 0.74% -
XYZ 30.06 20.17 31.16 -
YUV 125.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 189 89 150 0 0.53 0.21 0.26 323.4 0.43 0.55
Hex BD 59 96 0 35 15 1A 143 2B 37
Octal 275 131 226 0 65 25 32 503 53 67
Binary 10111101 1011001 10010110 0 110101 10101 11010 101000011 101011 110111

Color Harmonies of #BD5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5996

Black with #BD5996

Text Example


Text Example

White with #BD5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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