Html Css Color HEX #BA55A2 Mulberry

📋 copy color: '#BA55A2'

red 186 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #BA55A2

Tints of Mulberry #BA55A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 42.96%
G = 19.63%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA55A2 (or 0xBA55A2) is known color: Mulberry. HEX triplet: BA, 55 and A2. RGB value is (186,85,162). Sum of RGB (Red+Green+Blue) = 186+85+162=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55A2 is #45AA5D. Grayscale: #7B7B7B. Windows color (decimal): -4565598 or 10638778. OLE color: 10638778.

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

Color convert

RGB 186 85 162 -
CMYK 0 0.54 0.13 0.27
HSL 314.26º 0.42% 0.53% -
HSV(B) 314.26º 0.54% 0.73% -
XYZ 30.02 19.54 36.37 -
YUV 123.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 186 85 162 0 0.54 0.13 0.27 314.26 0.42 0.53
Hex BA 55 A2 0 36 D 1B 13A 2A 35
Octal 272 125 242 0 66 15 33 472 52 65
Binary 10111010 1010101 10100010 0 110110 1101 11011 100111010 101010 110101

Color Harmonies of #BA55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55A2

Black with #BA55A2

Text Example


Text Example

White with #BA55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55A2; }

 p { color: rgb(186,85,162); }

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

background-color css

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

 a { background-color: rgb(186,85,162); }

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

border-color css

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

 span { border-color: rgb(186,85,162); }

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