Html Css Color HEX #BA4490 Mulberry

📋 copy color: '#BA4490'

red 186 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #BA4490

Tints of Mulberry #BA4490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 46.73%
G = 17.09%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA4490 (or 0xBA4490) is known color: Mulberry. HEX triplet: BA, 44 and 90. RGB value is (186,68,144). Sum of RGB (Red+Green+Blue) = 186+68+144=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4490 is #45BB6F. Grayscale: #6F6F6F. Windows color (decimal): -4569968 or 9454778. OLE color: 9454778.

HSL color Cylindrical-coordinate representation of color #BA4490: hue angle of 321.36º 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 #BA4490 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 144 -
CMYK 0 0.63 0.23 0.27
HSL 321.36º 0.46% 0.5% -
HSV(B) 321.36º 0.63% 0.73% -
XYZ 27.35 16.59 28.15 -
YUV 111.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 186 68 144 0 0.63 0.23 0.27 321.36 0.46 0.5
Hex BA 44 90 0 3F 17 1B 141 2E 32
Octal 272 104 220 0 77 27 33 501 56 62
Binary 10111010 1000100 10010000 0 111111 10111 11011 101000001 101110 110010

Color Harmonies of #BA4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4490

Black with #BA4490

Text Example


Text Example

White with #BA4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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