Html Css Color HEX #BD529D Mulberry

📋 copy color: '#BD529D'

red 189 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #BD529D

Tints of Mulberry #BD529D

RGB

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

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

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

R = 44.16%
G = 19.16%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD529D (or 0xBD529D) is known color: Mulberry. HEX triplet: BD, 52 and 9D. RGB value is (189,82,157). Sum of RGB (Red+Green+Blue) = 189+82+157=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529D is #42AD62. Grayscale: #7A7A7A. Windows color (decimal): -4369763 or 10310333. OLE color: 10310333.

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

Color convert

RGB 189 82 157 -
CMYK 0 0.57 0.17 0.26
HSL 317.94º 0.45% 0.53% -
HSV(B) 317.94º 0.57% 0.74% -
XYZ 30.09 19.29 34.04 -
YUV 122.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 189 82 157 0 0.57 0.17 0.26 317.94 0.45 0.53
Hex BD 52 9D 0 39 11 1A 13E 2D 35
Octal 275 122 235 0 71 21 32 476 55 65
Binary 10111101 1010010 10011101 0 111001 10001 11010 100111110 101101 110101

Color Harmonies of #BD529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD529D

Black with #BD529D

Text Example


Text Example

White with #BD529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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