Html Css Color HEX #BD538B Mulberry

📋 copy color: '#BD538B'

red 189 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #BD538B

Tints of Mulberry #BD538B

RGB

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

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

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

R = 45.99%
G = 20.19%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD538B (or 0xBD538B) is known color: Mulberry. HEX triplet: BD, 53 and 8B. RGB value is (189,83,139). Sum of RGB (Red+Green+Blue) = 189+83+139=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD538B is #42AC74. Grayscale: #787878. Windows color (decimal): -4369525 or 9130941. OLE color: 9130941.

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

Color convert

RGB 189 83 139 -
CMYK 0 0.56 0.26 0.26
HSL 328.3º 0.45% 0.53% -
HSV(B) 328.3º 0.56% 0.74% -
XYZ 28.74 18.87 26.55 -
YUV 121.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 189 83 139 0 0.56 0.26 0.26 328.3 0.45 0.53
Hex BD 53 8B 0 38 1A 1A 148 2D 35
Octal 275 123 213 0 70 32 32 510 55 65
Binary 10111101 1010011 10001011 0 111000 11010 11010 101001000 101101 110101

Color Harmonies of #BD538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD538B

Black with #BD538B

Text Example


Text Example

White with #BD538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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