Html Css Color HEX #BD549C Mulberry

📋 copy color: '#BD549C'

red 189 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #BD549C

Tints of Mulberry #BD549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 44.06%
G = 19.58%
B = 36.36%

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

#BD549C (or 0xBD549C) is known color: Mulberry. HEX triplet: BD, 54 and 9C. RGB value is (189,84,156). Sum of RGB (Red+Green+Blue) = 189+84+156=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549C is #42AB63. Grayscale: #7B7B7B. Windows color (decimal): -4369252 or 10245309. OLE color: 10245309.

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

Color convert

RGB 189 84 156 -
CMYK 0 0.56 0.17 0.26
HSL 318.86º 0.44% 0.54% -
HSV(B) 318.86º 0.56% 0.74% -
XYZ 30.16 19.56 33.64 -
YUV 123.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 189 84 156 0 0.56 0.17 0.26 318.86 0.44 0.54
Hex BD 54 9C 0 38 11 1A 13F 2C 36
Octal 275 124 234 0 70 21 32 477 54 66
Binary 10111101 1010100 10011100 0 111000 10001 11010 100111111 101100 110110

Color Harmonies of #BD549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD549C

Black with #BD549C

Text Example


Text Example

White with #BD549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD549C; }

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

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

background-color css

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

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

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

border-color css

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

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

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