Html Css Color HEX #BD549A Mulberry

📋 copy color: '#BD549A'

red 189 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #BD549A

Tints of Mulberry #BD549A

RGB

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

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

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

R = 44.26%
G = 19.67%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD549A (or 0xBD549A) is known color: Mulberry. HEX triplet: BD, 54 and 9A. RGB value is (189,84,154). Sum of RGB (Red+Green+Blue) = 189+84+154=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549A is #42AB65. Grayscale: #7B7B7B. Windows color (decimal): -4369254 or 10114237. OLE color: 10114237.

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

Color convert

RGB 189 84 154 -
CMYK 0 0.56 0.19 0.26
HSL 320º 0.44% 0.54% -
HSV(B) 320º 0.56% 0.74% -
XYZ 29.99 19.49 32.75 -
YUV 123.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 189 84 154 0 0.56 0.19 0.26 320 0.44 0.54
Hex BD 54 9A 0 38 13 1A 140 2C 36
Octal 275 124 232 0 70 23 32 500 54 66
Binary 10111101 1010100 10011010 0 111000 10011 11010 101000000 101100 110110

Color Harmonies of #BD549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD549A

Black with #BD549A

Text Example


Text Example

White with #BD549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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