Html Css Color HEX #BD4588 Mulberry

📋 copy color: '#BD4588'

red 189 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #BD4588

Tints of Mulberry #BD4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

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

R = 47.97%
G = 17.51%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD4588 (or 0xBD4588) is known color: Mulberry. HEX triplet: BD, 45 and 88. RGB value is (189,69,136). Sum of RGB (Red+Green+Blue) = 189+69+136=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4588 is #42BA77. Grayscale: #707070. Windows color (decimal): -4373112 or 8930749. OLE color: 8930749.

HSL color Cylindrical-coordinate representation of color #BD4588: hue angle of 326.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4588 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 136 -
CMYK 0 0.63 0.28 0.26
HSL 326.5º 0.48% 0.51% -
HSV(B) 326.5º 0.63% 0.74% -
XYZ 27.56 16.85 25.09 -
YUV 112.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 189 69 136 0 0.63 0.28 0.26 326.5 0.48 0.51
Hex BD 45 88 0 3F 1C 1A 146 30 33
Octal 275 105 210 0 77 34 32 506 60 63
Binary 10111101 1000101 10001000 0 111111 11100 11010 101000110 110000 110011

Color Harmonies of #BD4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4588

Black with #BD4588

Text Example


Text Example

White with #BD4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4588; }

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

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

background-color css

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

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

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

border-color css

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

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

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