Html Css Color HEX #BA54A3 Mulberry

📋 copy color: '#BA54A3'

red 186 ◦ green 84 ◦ blue 163

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

Shades of Mulberry #BA54A3

Tints of Mulberry #BA54A3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 42.96%
G = 19.4%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA54A3 (or 0xBA54A3) is known color: Mulberry. HEX triplet: BA, 54 and A3. RGB value is (186,84,163). Sum of RGB (Red+Green+Blue) = 186+84+163=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A3 is #45AB5C. Grayscale: #7B7B7B. Windows color (decimal): -4565853 or 10704058. OLE color: 10704058.

HSL color Cylindrical-coordinate representation of color #BA54A3: hue angle of 313.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA54A3 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 163 -
CMYK 0 0.55 0.12 0.27
HSL 313.53º 0.43% 0.53% -
HSV(B) 313.53º 0.55% 0.73% -
XYZ 30.03 19.42 36.82 -
YUV 123.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 186 84 163 0 0.55 0.12 0.27 313.53 0.43 0.53
Hex BA 54 A3 0 37 C 1B 13A 2A 35
Octal 272 124 243 0 67 14 33 472 52 65
Binary 10111010 1010100 10100011 0 110111 1100 11011 100111010 101010 110101

Color Harmonies of #BA54A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54A3

Black with #BA54A3

Text Example


Text Example

White with #BA54A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54A3; }

 p { color: rgb(186,84,163); }

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

background-color css

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

 a { background-color: rgb(186,84,163); }

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

border-color css

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

 span { border-color: rgb(186,84,163); }

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