Html Css Color HEX #BA5495 Mulberry

📋 copy color: '#BA5495'

red 186 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #BA5495

Tints of Mulberry #BA5495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 44.39%
G = 20.05%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5495 (or 0xBA5495) is known color: Mulberry. HEX triplet: BA, 54 and 95. RGB value is (186,84,149). Sum of RGB (Red+Green+Blue) = 186+84+149=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5495 is #45AB6A. Grayscale: #797979. Windows color (decimal): -4565867 or 9786554. OLE color: 9786554.

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

Color convert

RGB 186 84 149 -
CMYK 0 0.55 0.20 0.27
HSL 321.76º 0.43% 0.53% -
HSV(B) 321.76º 0.55% 0.73% -
XYZ 28.84 18.95 30.57 -
YUV 121.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 186 84 149 0 0.55 0.20 0.27 321.76 0.43 0.53
Hex BA 54 95 0 37 14 1B 142 2A 35
Octal 272 124 225 0 67 24 33 502 52 65
Binary 10111010 1010100 10010101 0 110111 10100 11011 101000010 101010 110101

Color Harmonies of #BA5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5495

Black with #BA5495

Text Example


Text Example

White with #BA5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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