Html Css Color HEX #BD529C Mulberry

📋 copy color: '#BD529C'

red 189 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #BD529C

Tints of Mulberry #BD529C

RGB

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

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

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

R = 44.26%
G = 19.2%
B = 36.53%

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

#BD529C (or 0xBD529C) is known color: Mulberry. HEX triplet: BD, 52 and 9C. RGB value is (189,82,156). Sum of RGB (Red+Green+Blue) = 189+82+156=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529C is #42AD63. Grayscale: #7A7A7A. Windows color (decimal): -4369764 or 10244797. OLE color: 10244797.

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

Color convert

RGB 189 82 156 -
CMYK 0 0.57 0.17 0.26
HSL 318.5º 0.45% 0.53% -
HSV(B) 318.5º 0.57% 0.74% -
XYZ 30 19.25 33.59 -
YUV 122.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 189 82 156 0 0.57 0.17 0.26 318.5 0.45 0.53
Hex BD 52 9C 0 39 11 1A 13F 2D 35
Octal 275 122 234 0 71 21 32 477 55 65
Binary 10111101 1010010 10011100 0 111001 10001 11010 100111111 101101 110101

Color Harmonies of #BD529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD529C

Black with #BD529C

Text Example


Text Example

White with #BD529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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