Html Css Color HEX #BA4488 Mulberry

📋 copy color: '#BA4488'

red 186 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #BA4488

Tints of Mulberry #BA4488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 47.69%
G = 17.44%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4488 (or 0xBA4488) is known color: Mulberry. HEX triplet: BA, 44 and 88. RGB value is (186,68,136). Sum of RGB (Red+Green+Blue) = 186+68+136=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4488 is #45BB77. Grayscale: #6E6E6E. Windows color (decimal): -4569976 or 8930490. OLE color: 8930490.

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

Color convert

RGB 186 68 136 -
CMYK 0 0.63 0.27 0.27
HSL 325.42º 0.46% 0.5% -
HSV(B) 325.42º 0.63% 0.73% -
XYZ 26.76 16.35 25.04 -
YUV 111.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 186 68 136 0 0.63 0.27 0.27 325.42 0.46 0.5
Hex BA 44 88 0 3F 1B 1B 145 2E 32
Octal 272 104 210 0 77 33 33 505 56 62
Binary 10111010 1000100 10001000 0 111111 11011 11011 101000101 101110 110010

Color Harmonies of #BA4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4488

Black with #BA4488

Text Example


Text Example

White with #BA4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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