Html Css Color HEX #BD518B Mulberry

📋 copy color: '#BD518B'

red 189 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #BD518B

Tints of Mulberry #BD518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 46.21%
G = 19.8%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD518B (or 0xBD518B) is known color: Mulberry. HEX triplet: BD, 51 and 8B. RGB value is (189,81,139). Sum of RGB (Red+Green+Blue) = 189+81+139=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518B is #42AE74. Grayscale: #777777. Windows color (decimal): -4370037 or 9130429. OLE color: 9130429.

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

Color convert

RGB 189 81 139 -
CMYK 0 0.57 0.26 0.26
HSL 327.78º 0.45% 0.53% -
HSV(B) 327.78º 0.57% 0.74% -
XYZ 28.59 18.57 26.5 -
YUV 119.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 189 81 139 0 0.57 0.26 0.26 327.78 0.45 0.53
Hex BD 51 8B 0 39 1A 1A 148 2D 35
Octal 275 121 213 0 71 32 32 510 55 65
Binary 10111101 1010001 10001011 0 111001 11010 11010 101001000 101101 110101

Color Harmonies of #BD518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD518B

Black with #BD518B

Text Example


Text Example

White with #BD518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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