Html Css Color HEX #BA4582 Mulberry

📋 copy color: '#BA4582'

red 186 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #BA4582

Tints of Mulberry #BA4582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 48.31%
G = 17.92%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA4582 (or 0xBA4582) is known color: Mulberry. HEX triplet: BA, 45 and 82. RGB value is (186,69,130). Sum of RGB (Red+Green+Blue) = 186+69+130=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4582 is #45BA7D. Grayscale: #6E6E6E. Windows color (decimal): -4569726 or 8537530. OLE color: 8537530.

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

Color convert

RGB 186 69 130 -
CMYK 0 0.63 0.30 0.27
HSL 328.72º 0.46% 0.5% -
HSV(B) 328.72º 0.63% 0.73% -
XYZ 26.41 16.31 22.87 -
YUV 110.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 186 69 130 0 0.63 0.30 0.27 328.72 0.46 0.5
Hex BA 45 82 0 3F 1E 1B 149 2E 32
Octal 272 105 202 0 77 36 33 511 56 62
Binary 10111010 1000101 10000010 0 111111 11110 11011 101001001 101110 110010

Color Harmonies of #BA4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4582

Black with #BA4582

Text Example


Text Example

White with #BA4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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