Html Css Color HEX #BD529A Mulberry

📋 copy color: '#BD529A'

red 189 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #BD529A

Tints of Mulberry #BD529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 44.47%
G = 19.29%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD529A (or 0xBD529A) is known color: Mulberry. HEX triplet: BD, 52 and 9A. RGB value is (189,82,154). Sum of RGB (Red+Green+Blue) = 189+82+154=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529A is #42AD65. Grayscale: #7A7A7A. Windows color (decimal): -4369766 or 10113725. OLE color: 10113725.

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

Color convert

RGB 189 82 154 -
CMYK 0 0.57 0.19 0.26
HSL 319.63º 0.45% 0.53% -
HSV(B) 319.63º 0.57% 0.74% -
XYZ 29.84 19.19 32.7 -
YUV 122.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 189 82 154 0 0.57 0.19 0.26 319.63 0.45 0.53
Hex BD 52 9A 0 39 13 1A 140 2D 35
Octal 275 122 232 0 71 23 32 500 55 65
Binary 10111101 1010010 10011010 0 111001 10011 11010 101000000 101101 110101

Color Harmonies of #BD529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD529A

Black with #BD529A

Text Example


Text Example

White with #BD529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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