Html Css Color HEX #BD549D Mulberry

📋 copy color: '#BD549D'

red 189 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #BD549D

Tints of Mulberry #BD549D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 43.95%
G = 19.53%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD549D (or 0xBD549D) is known color: Mulberry. HEX triplet: BD, 54 and 9D. RGB value is (189,84,157). Sum of RGB (Red+Green+Blue) = 189+84+157=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549D is #42AB62. Grayscale: #7B7B7B. Windows color (decimal): -4369251 or 10310845. OLE color: 10310845.

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

Color convert

RGB 189 84 157 -
CMYK 0 0.56 0.17 0.26
HSL 318.29º 0.44% 0.54% -
HSV(B) 318.29º 0.56% 0.74% -
XYZ 30.24 19.59 34.09 -
YUV 123.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 189 84 157 0 0.56 0.17 0.26 318.29 0.44 0.54
Hex BD 54 9D 0 38 11 1A 13E 2C 36
Octal 275 124 235 0 70 21 32 476 54 66
Binary 10111101 1010100 10011101 0 111000 10001 11010 100111110 101100 110110

Color Harmonies of #BD549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD549D

Black with #BD549D

Text Example


Text Example

White with #BD549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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