Html Css Color HEX #BA5196 Mulberry

📋 copy color: '#BA5196'

red 186 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #BA5196

Tints of Mulberry #BA5196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 44.6%
G = 19.42%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5196 (or 0xBA5196) is known color: Mulberry. HEX triplet: BA, 51 and 96. RGB value is (186,81,150). Sum of RGB (Red+Green+Blue) = 186+81+150=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5196 is #45AE69. Grayscale: #787878. Windows color (decimal): -4566634 or 9851322. OLE color: 9851322.

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

Color convert

RGB 186 81 150 -
CMYK 0 0.56 0.19 0.27
HSL 320.57º 0.43% 0.52% -
HSV(B) 320.57º 0.56% 0.73% -
XYZ 28.7 18.53 30.92 -
YUV 120.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 186 81 150 0 0.56 0.19 0.27 320.57 0.43 0.52
Hex BA 51 96 0 38 13 1B 141 2B 34
Octal 272 121 226 0 70 23 33 501 53 64
Binary 10111010 1010001 10010110 0 111000 10011 11011 101000001 101011 110100

Color Harmonies of #BA5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5196

Black with #BA5196

Text Example


Text Example

White with #BA5196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5196; }

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

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

background-color css

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

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

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

border-color css

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

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

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