Html Css Color HEX #BD538F Mulberry

📋 copy color: '#BD538F'

red 189 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #BD538F

Tints of Mulberry #BD538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 45.54%
G = 20%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD538F (or 0xBD538F) is known color: Mulberry. HEX triplet: BD, 53 and 8F. RGB value is (189,83,143). Sum of RGB (Red+Green+Blue) = 189+83+143=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD538F is #42AC70. Grayscale: #797979. Windows color (decimal): -4369521 or 9393085. OLE color: 9393085.

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

Color convert

RGB 189 83 143 -
CMYK 0 0.56 0.24 0.26
HSL 326.04º 0.45% 0.53% -
HSV(B) 326.04º 0.56% 0.74% -
XYZ 29.04 18.99 28.12 -
YUV 121.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 189 83 143 0 0.56 0.24 0.26 326.04 0.45 0.53
Hex BD 53 8F 0 38 18 1A 146 2D 35
Octal 275 123 217 0 70 30 32 506 55 65
Binary 10111101 1010011 10001111 0 111000 11000 11010 101000110 101101 110101

Color Harmonies of #BD538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD538F

Black with #BD538F

Text Example


Text Example

White with #BD538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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