Html Css Color HEX #BA4EA2 Mulberry

📋 copy color: '#BA4EA2'

red 186 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #BA4EA2

Tints of Mulberry #BA4EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.31%

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

R = 43.66%
G = 18.31%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA4EA2 (or 0xBA4EA2) is known color: Mulberry. HEX triplet: BA, 4E and A2. RGB value is (186,78,162). Sum of RGB (Red+Green+Blue) = 186+78+162=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EA2 is #45B15D. Grayscale: #777777. Windows color (decimal): -4567390 or 10636986. OLE color: 10636986.

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

Color convert

RGB 186 78 162 -
CMYK 0 0.58 0.13 0.27
HSL 313.33º 0.44% 0.52% -
HSV(B) 313.33º 0.58% 0.73% -
XYZ 29.5 18.5 36.2 -
YUV 119.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 186 78 162 0 0.58 0.13 0.27 313.33 0.44 0.52
Hex BA 4E A2 0 3A D 1B 139 2C 34
Octal 272 116 242 0 72 15 33 471 54 64
Binary 10111010 1001110 10100010 0 111010 1101 11011 100111001 101100 110100

Color Harmonies of #BA4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EA2

Black with #BA4EA2

Text Example


Text Example

White with #BA4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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