Html Css Color HEX #BD589A Mulberry

📋 copy color: '#BD589A'

red 189 ◦ green 88 ◦ blue 154

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

Shades of Mulberry #BD589A

Tints of Mulberry #BD589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 43.85%
G = 20.42%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD589A (or 0xBD589A) is known color: Mulberry. HEX triplet: BD, 58 and 9A. RGB value is (189,88,154). Sum of RGB (Red+Green+Blue) = 189+88+154=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD589A is #42A765. Grayscale: #7D7D7D. Windows color (decimal): -4368230 or 10115261. OLE color: 10115261.

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

Color convert

RGB 189 88 154 -
CMYK 0 0.53 0.19 0.26
HSL 320.79º 0.43% 0.54% -
HSV(B) 320.79º 0.53% 0.74% -
XYZ 30.31 20.13 32.86 -
YUV 125.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 189 88 154 0 0.53 0.19 0.26 320.79 0.43 0.54
Hex BD 58 9A 0 35 13 1A 141 2B 36
Octal 275 130 232 0 65 23 32 501 53 66
Binary 10111101 1011000 10011010 0 110101 10011 11010 101000001 101011 110110

Color Harmonies of #BD589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD589A

Black with #BD589A

Text Example


Text Example

White with #BD589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD589A; }

 p { color: rgb(189,88,154); }

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

background-color css

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

 a { background-color: rgb(189,88,154); }

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

border-color css

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

 span { border-color: rgb(189,88,154); }

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