Html Css Color HEX #BA4193 Mulberry

📋 copy color: '#BA4193'

red 186 ◦ green 65 ◦ blue 147

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

Shades of Mulberry #BA4193

Tints of Mulberry #BA4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 46.73%
G = 16.33%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4193 (or 0xBA4193) is known color: Mulberry. HEX triplet: BA, 41 and 93. RGB value is (186,65,147). Sum of RGB (Red+Green+Blue) = 186+65+147=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4193 is #45BE6C. Grayscale: #6E6E6E. Windows color (decimal): -4570733 or 9650618. OLE color: 9650618.

HSL color Cylindrical-coordinate representation of color #BA4193: hue angle of 319.34º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4193 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 147 -
CMYK 0 0.65 0.21 0.27
HSL 319.34º 0.48% 0.49% -
HSV(B) 319.34º 0.65% 0.73% -
XYZ 27.41 16.33 29.31 -
YUV 110.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 186 65 147 0 0.65 0.21 0.27 319.34 0.48 0.49
Hex BA 41 93 0 41 15 1B 13F 30 31
Octal 272 101 223 0 101 25 33 477 60 61
Binary 10111010 1000001 10010011 0 1000001 10101 11011 100111111 110000 110001

Color Harmonies of #BA4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4193

Black with #BA4193

Text Example


Text Example

White with #BA4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4193; }

 p { color: rgb(186,65,147); }

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

background-color css

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

 a { background-color: rgb(186,65,147); }

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

border-color css

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

 span { border-color: rgb(186,65,147); }

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