Html Css Color HEX #BA4493 Mulberry

📋 copy color: '#BA4493'

red 186 ◦ green 68 ◦ blue 147

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

Shades of Mulberry #BA4493

Tints of Mulberry #BA4493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 46.38%
G = 16.96%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4493 (or 0xBA4493) is known color: Mulberry. HEX triplet: BA, 44 and 93. RGB value is (186,68,147). Sum of RGB (Red+Green+Blue) = 186+68+147=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4493 is #45BB6C. Grayscale: #707070. Windows color (decimal): -4569965 or 9651386. OLE color: 9651386.

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

Color convert

RGB 186 68 147 -
CMYK 0 0.63 0.21 0.27
HSL 319.83º 0.46% 0.5% -
HSV(B) 319.83º 0.63% 0.73% -
XYZ 27.58 16.68 29.37 -
YUV 112.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 186 68 147 0 0.63 0.21 0.27 319.83 0.46 0.5
Hex BA 44 93 0 3F 15 1B 140 2E 32
Octal 272 104 223 0 77 25 33 500 56 62
Binary 10111010 1000100 10010011 0 111111 10101 11011 101000000 101110 110010

Color Harmonies of #BA4493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4493

Black with #BA4493

Text Example


Text Example

White with #BA4493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4493; }

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

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

background-color css

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

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

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

border-color css

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

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

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