Html Css Color HEX #BD538A Mulberry

📋 copy color: '#BD538A'

red 189 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #BD538A

Tints of Mulberry #BD538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 46.1%
G = 20.24%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD538A (or 0xBD538A) is known color: Mulberry. HEX triplet: BD, 53 and 8A. RGB value is (189,83,138). Sum of RGB (Red+Green+Blue) = 189+83+138=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD538A is #42AC75. Grayscale: #787878. Windows color (decimal): -4369526 or 9065405. OLE color: 9065405.

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

Color convert

RGB 189 83 138 -
CMYK 0 0.56 0.27 0.26
HSL 328.87º 0.45% 0.53% -
HSV(B) 328.87º 0.56% 0.74% -
XYZ 28.67 18.84 26.17 -
YUV 120.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 189 83 138 0 0.56 0.27 0.26 328.87 0.45 0.53
Hex BD 53 8A 0 38 1B 1A 149 2D 35
Octal 275 123 212 0 70 33 32 511 55 65
Binary 10111101 1010011 10001010 0 111000 11011 11010 101001001 101101 110101

Color Harmonies of #BD538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD538A

Black with #BD538A

Text Example


Text Example

White with #BD538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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