Html Css Color HEX #BD548B Mulberry

📋 copy color: '#BD548B'

red 189 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #BD548B

Tints of Mulberry #BD548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 45.87%
G = 20.39%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD548B (or 0xBD548B) is known color: Mulberry. HEX triplet: BD, 54 and 8B. RGB value is (189,84,139). Sum of RGB (Red+Green+Blue) = 189+84+139=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD548B is #42AB74. Grayscale: #797979. Windows color (decimal): -4369269 or 9131197. OLE color: 9131197.

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

Color convert

RGB 189 84 139 -
CMYK 0 0.56 0.26 0.26
HSL 328.57º 0.44% 0.54% -
HSV(B) 328.57º 0.56% 0.74% -
XYZ 28.82 19.02 26.58 -
YUV 121.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 189 84 139 0 0.56 0.26 0.26 328.57 0.44 0.54
Hex BD 54 8B 0 38 1A 1A 149 2C 36
Octal 275 124 213 0 70 32 32 511 54 66
Binary 10111101 1010100 10001011 0 111000 11010 11010 101001001 101100 110110

Color Harmonies of #BD548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD548B

Black with #BD548B

Text Example


Text Example

White with #BD548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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