Html Css Color HEX #BD528F Mulberry

📋 copy color: '#BD528F'

red 189 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #BD528F

Tints of Mulberry #BD528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 45.65%
G = 19.81%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD528F (or 0xBD528F) is known color: Mulberry. HEX triplet: BD, 52 and 8F. RGB value is (189,82,143). Sum of RGB (Red+Green+Blue) = 189+82+143=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528F is #42AD70. Grayscale: #787878. Windows color (decimal): -4369777 or 9392829. OLE color: 9392829.

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

Color convert

RGB 189 82 143 -
CMYK 0 0.57 0.24 0.26
HSL 325.79º 0.45% 0.53% -
HSV(B) 325.79º 0.57% 0.74% -
XYZ 28.96 18.84 28.1 -
YUV 120.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 189 82 143 0 0.57 0.24 0.26 325.79 0.45 0.53
Hex BD 52 8F 0 39 18 1A 146 2D 35
Octal 275 122 217 0 71 30 32 506 55 65
Binary 10111101 1010010 10001111 0 111001 11000 11010 101000110 101101 110101

Color Harmonies of #BD528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD528F

Black with #BD528F

Text Example


Text Example

White with #BD528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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