Html Css Color HEX #BD5496 Mulberry

📋 copy color: '#BD5496'

red 189 ◦ green 84 ◦ blue 150

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

Shades of Mulberry #BD5496

Tints of Mulberry #BD5496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

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

R = 44.68%
G = 19.86%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD5496 (or 0xBD5496) is known color: Mulberry. HEX triplet: BD, 54 and 96. RGB value is (189,84,150). Sum of RGB (Red+Green+Blue) = 189+84+150=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5496 is #42AB69. Grayscale: #7A7A7A. Windows color (decimal): -4369258 or 9852093. OLE color: 9852093.

HSL color Cylindrical-coordinate representation of color #BD5496: hue angle of 322.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5496 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 150 -
CMYK 0 0.56 0.21 0.26
HSL 322.29º 0.44% 0.54% -
HSV(B) 322.29º 0.56% 0.74% -
XYZ 29.66 19.36 31.03 -
YUV 122.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 189 84 150 0 0.56 0.21 0.26 322.29 0.44 0.54
Hex BD 54 96 0 38 15 1A 142 2C 36
Octal 275 124 226 0 70 25 32 502 54 66
Binary 10111101 1010100 10010110 0 111000 10101 11010 101000010 101100 110110

Color Harmonies of #BD5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5496

Black with #BD5496

Text Example


Text Example

White with #BD5496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5496; }

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

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

background-color css

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

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

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

border-color css

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

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

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