Html Css Color HEX #BD529F Mulberry

📋 copy color: '#BD529F'

red 189 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #BD529F

Tints of Mulberry #BD529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 43.95%
G = 19.07%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD529F (or 0xBD529F) is known color: Mulberry. HEX triplet: BD, 52 and 9F. RGB value is (189,82,159). Sum of RGB (Red+Green+Blue) = 189+82+159=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529F is #42AD60. Grayscale: #7A7A7A. Windows color (decimal): -4369761 or 10441405. OLE color: 10441405.

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

Color convert

RGB 189 82 159 -
CMYK 0 0.57 0.16 0.26
HSL 316.82º 0.45% 0.53% -
HSV(B) 316.82º 0.57% 0.74% -
XYZ 30.26 19.36 34.94 -
YUV 122.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 189 82 159 0 0.57 0.16 0.26 316.82 0.45 0.53
Hex BD 52 9F 0 39 10 1A 13D 2D 35
Octal 275 122 237 0 71 20 32 475 55 65
Binary 10111101 1010010 10011111 0 111001 10000 11010 100111101 101101 110101

Color Harmonies of #BD529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD529F

Black with #BD529F

Text Example


Text Example

White with #BD529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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