Html Css Color HEX #BA54A0 Mulberry

📋 copy color: '#BA54A0'

red 186 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #BA54A0

Tints of Mulberry #BA54A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.21%

R = 43.26%
G = 19.53%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA54A0 (or 0xBA54A0) is known color: Mulberry. HEX triplet: BA, 54 and A0. RGB value is (186,84,160). Sum of RGB (Red+Green+Blue) = 186+84+160=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A0 is #45AB5F. Grayscale: #7A7A7A. Windows color (decimal): -4565856 or 10507450. OLE color: 10507450.

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

Color convert

RGB 186 84 160 -
CMYK 0 0.55 0.14 0.27
HSL 315.29º 0.43% 0.53% -
HSV(B) 315.29º 0.55% 0.73% -
XYZ 29.77 19.32 35.42 -
YUV 123.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 186 84 160 0 0.55 0.14 0.27 315.29 0.43 0.53
Hex BA 54 A0 0 37 E 1B 13B 2A 35
Octal 272 124 240 0 67 16 33 473 52 65
Binary 10111010 1010100 10100000 0 110111 1110 11011 100111011 101010 110101

Color Harmonies of #BA54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54A0

Black with #BA54A0

Text Example


Text Example

White with #BA54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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