Html Css Color HEX #BD5594 Mulberry

📋 copy color: '#BD5594'

red 189 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #BD5594

Tints of Mulberry #BD5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 44.79%
G = 20.14%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD5594 (or 0xBD5594) is known color: Mulberry. HEX triplet: BD, 55 and 94. RGB value is (189,85,148). Sum of RGB (Red+Green+Blue) = 189+85+148=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5594 is #42AA6B. Grayscale: #7B7B7B. Windows color (decimal): -4369004 or 9721277. OLE color: 9721277.

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

Color convert

RGB 189 85 148 -
CMYK 0 0.55 0.22 0.26
HSL 323.65º 0.44% 0.54% -
HSV(B) 323.65º 0.55% 0.74% -
XYZ 29.58 19.45 30.21 -
YUV 123.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 189 85 148 0 0.55 0.22 0.26 323.65 0.44 0.54
Hex BD 55 94 0 37 16 1A 144 2C 36
Octal 275 125 224 0 67 26 32 504 54 66
Binary 10111101 1010101 10010100 0 110111 10110 11010 101000100 101100 110110

Color Harmonies of #BD5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5594

Black with #BD5594

Text Example


Text Example

White with #BD5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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