Html Css Color HEX #BA5195 Mulberry

📋 copy color: '#BA5195'

red 186 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #BA5195

Tints of Mulberry #BA5195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 44.71%
G = 19.47%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5195 (or 0xBA5195) is known color: Mulberry. HEX triplet: BA, 51 and 95. RGB value is (186,81,149). Sum of RGB (Red+Green+Blue) = 186+81+149=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5195 is #45AE6A. Grayscale: #777777. Windows color (decimal): -4566635 or 9785786. OLE color: 9785786.

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

Color convert

RGB 186 81 149 -
CMYK 0 0.56 0.20 0.27
HSL 321.14º 0.43% 0.52% -
HSV(B) 321.14º 0.56% 0.73% -
XYZ 28.62 18.49 30.5 -
YUV 120.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 186 81 149 0 0.56 0.20 0.27 321.14 0.43 0.52
Hex BA 51 95 0 38 14 1B 141 2B 34
Octal 272 121 225 0 70 24 33 501 53 64
Binary 10111010 1010001 10010101 0 111000 10100 11011 101000001 101011 110100

Color Harmonies of #BA5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5195

Black with #BA5195

Text Example


Text Example

White with #BA5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5195; }

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

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

background-color css

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

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

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

border-color css

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

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

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