Html Css Color HEX #BD528B Mulberry

📋 copy color: '#BD528B'

red 189 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #BD528B

Tints of Mulberry #BD528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 46.1%
G = 20%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD528B (or 0xBD528B) is known color: Mulberry. HEX triplet: BD, 52 and 8B. RGB value is (189,82,139). Sum of RGB (Red+Green+Blue) = 189+82+139=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528B is #42AD74. Grayscale: #787878. Windows color (decimal): -4369781 or 9130685. OLE color: 9130685.

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

Color convert

RGB 189 82 139 -
CMYK 0 0.57 0.26 0.26
HSL 328.04º 0.45% 0.53% -
HSV(B) 328.04º 0.57% 0.74% -
XYZ 28.66 18.72 26.53 -
YUV 120.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 189 82 139 0 0.57 0.26 0.26 328.04 0.45 0.53
Hex BD 52 8B 0 39 1A 1A 148 2D 35
Octal 275 122 213 0 71 32 32 510 55 65
Binary 10111101 1010010 10001011 0 111001 11010 11010 101001000 101101 110101

Color Harmonies of #BD528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD528B

Black with #BD528B

Text Example


Text Example

White with #BD528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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