Html Css Color HEX #BD539F Mulberry

📋 copy color: '#BD539F'

red 189 ◦ green 83 ◦ blue 159

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

Shades of Mulberry #BD539F

Tints of Mulberry #BD539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 43.85%
G = 19.26%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD539F (or 0xBD539F) is known color: Mulberry. HEX triplet: BD, 53 and 9F. RGB value is (189,83,159). Sum of RGB (Red+Green+Blue) = 189+83+159=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD539F is #42AC60. Grayscale: #7B7B7B. Windows color (decimal): -4369505 or 10441661. OLE color: 10441661.

HSL color Cylindrical-coordinate representation of color #BD539F: hue angle of 316.98º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD539F is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 159 -
CMYK 0 0.56 0.16 0.26
HSL 316.98º 0.45% 0.53% -
HSV(B) 316.98º 0.56% 0.74% -
XYZ 30.34 19.51 34.97 -
YUV 123.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 189 83 159 0 0.56 0.16 0.26 316.98 0.45 0.53
Hex BD 53 9F 0 38 10 1A 13D 2D 35
Octal 275 123 237 0 70 20 32 475 55 65
Binary 10111101 1010011 10011111 0 111000 10000 11010 100111101 101101 110101

Color Harmonies of #BD539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD539F

Black with #BD539F

Text Example


Text Example

White with #BD539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD539F; }

 p { color: rgb(189,83,159); }

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

background-color css

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

 a { background-color: rgb(189,83,159); }

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

border-color css

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

 span { border-color: rgb(189,83,159); }

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