Html Css Color HEX #BD528E Mulberry

📋 copy color: '#BD528E'

red 189 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #BD528E

Tints of Mulberry #BD528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 45.76%
G = 19.85%
B = 34.38%

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

#BD528E (or 0xBD528E) is known color: Mulberry. HEX triplet: BD, 52 and 8E. RGB value is (189,82,142). Sum of RGB (Red+Green+Blue) = 189+82+142=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528E is #42AD71. Grayscale: #787878. Windows color (decimal): -4369778 or 9327293. OLE color: 9327293.

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

Color convert

RGB 189 82 142 -
CMYK 0 0.57 0.25 0.26
HSL 326.36º 0.45% 0.53% -
HSV(B) 326.36º 0.57% 0.74% -
XYZ 28.89 18.81 27.7 -
YUV 120.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 189 82 142 0 0.57 0.25 0.26 326.36 0.45 0.53
Hex BD 52 8E 0 39 19 1A 146 2D 35
Octal 275 122 216 0 71 31 32 506 55 65
Binary 10111101 1010010 10001110 0 111001 11001 11010 101000110 101101 110101

Color Harmonies of #BD528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD528E

Black with #BD528E

Text Example


Text Example

White with #BD528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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