Html Css Color HEX #BA519E Mulberry

📋 copy color: '#BA519E'

red 186 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #BA519E

Tints of Mulberry #BA519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 43.76%
G = 19.06%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA519E (or 0xBA519E) is known color: Mulberry. HEX triplet: BA, 51 and 9E. RGB value is (186,81,158). Sum of RGB (Red+Green+Blue) = 186+81+158=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA519E is #45AE61. Grayscale: #787878. Windows color (decimal): -4566626 or 10375610. OLE color: 10375610.

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

Color convert

RGB 186 81 158 -
CMYK 0 0.56 0.15 0.27
HSL 316º 0.43% 0.52% -
HSV(B) 316º 0.56% 0.73% -
XYZ 29.36 18.79 34.43 -
YUV 121.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 186 81 158 0 0.56 0.15 0.27 316 0.43 0.52
Hex BA 51 9E 0 38 F 1B 13C 2B 34
Octal 272 121 236 0 70 17 33 474 53 64
Binary 10111010 1010001 10011110 0 111000 1111 11011 100111100 101011 110100

Color Harmonies of #BA519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA519E

Black with #BA519E

Text Example


Text Example

White with #BA519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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