Html Css Color HEX #BD518E Mulberry

📋 copy color: '#BD518E'

red 189 ◦ green 81 ◦ blue 142

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

Shades of Mulberry #BD518E

Tints of Mulberry #BD518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 45.87%
G = 19.66%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD518E (or 0xBD518E) is known color: Mulberry. HEX triplet: BD, 51 and 8E. RGB value is (189,81,142). Sum of RGB (Red+Green+Blue) = 189+81+142=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518E is #42AE71. Grayscale: #787878. Windows color (decimal): -4370034 or 9327037. OLE color: 9327037.

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

Color convert

RGB 189 81 142 -
CMYK 0 0.57 0.25 0.26
HSL 326.11º 0.45% 0.53% -
HSV(B) 326.11º 0.57% 0.74% -
XYZ 28.81 18.66 27.67 -
YUV 120.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 189 81 142 0 0.57 0.25 0.26 326.11 0.45 0.53
Hex BD 51 8E 0 39 19 1A 146 2D 35
Octal 275 121 216 0 71 31 32 506 55 65
Binary 10111101 1010001 10001110 0 111001 11001 11010 101000110 101101 110101

Color Harmonies of #BD518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD518E

Black with #BD518E

Text Example


Text Example

White with #BD518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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