Html Css Color HEX #BA518D Mulberry

📋 copy color: '#BA518D'

red 186 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #BA518D

Tints of Mulberry #BA518D

RGB

 RED value IS 186 (73.05% from 255) = 45.59%

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 45.59%
G = 19.85%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA518D (or 0xBA518D) is known color: Mulberry. HEX triplet: BA, 51 and 8D. RGB value is (186,81,141). Sum of RGB (Red+Green+Blue) = 186+81+141=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA518D is #45AE72. Grayscale: #777777. Windows color (decimal): -4566643 or 9261498. OLE color: 9261498.

HSL color Cylindrical-coordinate representation of color #BA518D: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA518D is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 141 -
CMYK 0 0.56 0.24 0.27
HSL 325.71º 0.43% 0.52% -
HSV(B) 325.71º 0.56% 0.73% -
XYZ 28 18.25 27.25 -
YUV 119.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 186 81 141 0 0.56 0.24 0.27 325.71 0.43 0.52
Hex BA 51 8D 0 38 18 1B 146 2B 34
Octal 272 121 215 0 70 30 33 506 53 64
Binary 10111010 1010001 10001101 0 111000 11000 11011 101000110 101011 110100

Color Harmonies of #BA518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA518D

Black with #BA518D

Text Example


Text Example

White with #BA518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA518D; }

 p { color: rgb(186,81,141); }

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

background-color css

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

 a { background-color: rgb(186,81,141); }

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

border-color css

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

 span { border-color: rgb(186,81,141); }

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