Html Css Color HEX #BA4399 Mulberry

📋 copy color: '#BA4399'

red 186 ◦ green 67 ◦ blue 153

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

Shades of Mulberry #BA4399

Tints of Mulberry #BA4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 45.81%
G = 16.5%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4399 (or 0xBA4399) is known color: Mulberry. HEX triplet: BA, 43 and 99. RGB value is (186,67,153). Sum of RGB (Red+Green+Blue) = 186+67+153=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4399 is #45BC66. Grayscale: #707070. Windows color (decimal): -4570215 or 10044346. OLE color: 10044346.

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

Color convert

RGB 186 67 153 -
CMYK 0 0.64 0.18 0.27
HSL 316.64º 0.47% 0.5% -
HSV(B) 316.64º 0.64% 0.73% -
XYZ 28.01 16.75 31.89 -
YUV 112.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 186 67 153 0 0.64 0.18 0.27 316.64 0.47 0.5
Hex BA 43 99 0 40 12 1B 13D 2F 32
Octal 272 103 231 0 100 22 33 475 57 62
Binary 10111010 1000011 10011001 0 1000000 10010 11011 100111101 101111 110010

Color Harmonies of #BA4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4399

Black with #BA4399

Text Example


Text Example

White with #BA4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4399; }

 p { color: rgb(186,67,153); }

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

background-color css

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

 a { background-color: rgb(186,67,153); }

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

border-color css

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

 span { border-color: rgb(186,67,153); }

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