Html Css Color HEX #BD529E Mulberry

📋 copy color: '#BD529E'

red 189 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #BD529E

Tints of Mulberry #BD529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 44.06%
G = 19.11%
B = 36.83%

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

#BD529E (or 0xBD529E) is known color: Mulberry. HEX triplet: BD, 52 and 9E. RGB value is (189,82,158). Sum of RGB (Red+Green+Blue) = 189+82+158=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529E is #42AD61. Grayscale: #7A7A7A. Windows color (decimal): -4369762 or 10375869. OLE color: 10375869.

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

Color convert

RGB 189 82 158 -
CMYK 0 0.57 0.16 0.26
HSL 317.38º 0.45% 0.53% -
HSV(B) 317.38º 0.57% 0.74% -
XYZ 30.18 19.32 34.49 -
YUV 122.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 189 82 158 0 0.57 0.16 0.26 317.38 0.45 0.53
Hex BD 52 9E 0 39 10 1A 13D 2D 35
Octal 275 122 236 0 71 20 32 475 55 65
Binary 10111101 1010010 10011110 0 111001 10000 11010 100111101 101101 110101

Color Harmonies of #BD529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD529E

Black with #BD529E

Text Example


Text Example

White with #BD529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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