Html Css Color HEX #BD528D Mulberry

📋 copy color: '#BD528D'

red 189 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #BD528D

Tints of Mulberry #BD528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 45.87%
G = 19.9%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD528D (or 0xBD528D) is known color: Mulberry. HEX triplet: BD, 52 and 8D. RGB value is (189,82,141). Sum of RGB (Red+Green+Blue) = 189+82+141=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528D is #42AD72. Grayscale: #787878. Windows color (decimal): -4369779 or 9261757. OLE color: 9261757.

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

Color convert

RGB 189 82 141 -
CMYK 0 0.57 0.25 0.26
HSL 326.92º 0.45% 0.53% -
HSV(B) 326.92º 0.57% 0.74% -
XYZ 28.81 18.78 27.31 -
YUV 120.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 189 82 141 0 0.57 0.25 0.26 326.92 0.45 0.53
Hex BD 52 8D 0 39 19 1A 147 2D 35
Octal 275 122 215 0 71 31 32 507 55 65
Binary 10111101 1010010 10001101 0 111001 11001 11010 101000111 101101 110101

Color Harmonies of #BD528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD528D

Black with #BD528D

Text Example


Text Example

White with #BD528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD528D; }

 p { color: rgb(189,82,141); }

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

background-color css

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

 a { background-color: rgb(189,82,141); }

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

border-color css

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

 span { border-color: rgb(189,82,141); }

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