Html Css Color HEX #BA4588 Mulberry

📋 copy color: '#BA4588'

red 186 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #BA4588

Tints of Mulberry #BA4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

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

R = 47.57%
G = 17.65%
B = 34.78%

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

#BA4588 (or 0xBA4588) is known color: Mulberry. HEX triplet: BA, 45 and 88. RGB value is (186,69,136). Sum of RGB (Red+Green+Blue) = 186+69+136=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4588 is #45BA77. Grayscale: #6F6F6F. Windows color (decimal): -4569720 or 8930746. OLE color: 8930746.

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

Color convert

RGB 186 69 136 -
CMYK 0 0.63 0.27 0.27
HSL 325.64º 0.46% 0.5% -
HSV(B) 325.64º 0.63% 0.73% -
XYZ 26.82 16.47 25.06 -
YUV 111.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 186 69 136 0 0.63 0.27 0.27 325.64 0.46 0.5
Hex BA 45 88 0 3F 1B 1B 146 2E 32
Octal 272 105 210 0 77 33 33 506 56 62
Binary 10111010 1000101 10001000 0 111111 11011 11011 101000110 101110 110010

Color Harmonies of #BA4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4588

Black with #BA4588

Text Example


Text Example

White with #BA4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4588; }

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

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

background-color css

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

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

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

border-color css

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

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

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