Html Css Color HEX #BD5488 Mulberry

📋 copy color: '#BD5488'

red 189 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #BD5488

Tints of Mulberry #BD5488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 46.21%
G = 20.54%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD5488 (or 0xBD5488) is known color: Mulberry. HEX triplet: BD, 54 and 88. RGB value is (189,84,136). Sum of RGB (Red+Green+Blue) = 189+84+136=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5488 is #42AB77. Grayscale: #797979. Windows color (decimal): -4369272 or 8934589. OLE color: 8934589.

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

Color convert

RGB 189 84 136 -
CMYK 0 0.56 0.28 0.26
HSL 330.29º 0.44% 0.54% -
HSV(B) 330.29º 0.56% 0.74% -
XYZ 28.6 18.94 25.44 -
YUV 121.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 189 84 136 0 0.56 0.28 0.26 330.29 0.44 0.54
Hex BD 54 88 0 38 1C 1A 14A 2C 36
Octal 275 124 210 0 70 34 32 512 54 66
Binary 10111101 1010100 10001000 0 111000 11100 11010 101001010 101100 110110

Color Harmonies of #BD5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5488

Black with #BD5488

Text Example


Text Example

White with #BD5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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