Html Css Color HEX #BA53A0 Mulberry

📋 copy color: '#BA53A0'

red 186 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #BA53A0

Tints of Mulberry #BA53A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 43.36%
G = 19.35%
B = 37.3%

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

#BA53A0 (or 0xBA53A0) is known color: Mulberry. HEX triplet: BA, 53 and A0. RGB value is (186,83,160). Sum of RGB (Red+Green+Blue) = 186+83+160=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A0 is #45AC5F. Grayscale: #7A7A7A. Windows color (decimal): -4566112 or 10507194. OLE color: 10507194.

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

Color convert

RGB 186 83 160 -
CMYK 0 0.55 0.14 0.27
HSL 315.15º 0.43% 0.53% -
HSV(B) 315.15º 0.55% 0.73% -
XYZ 29.69 19.16 35.39 -
YUV 122.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 186 83 160 0 0.55 0.14 0.27 315.15 0.43 0.53
Hex BA 53 A0 0 37 E 1B 13B 2B 35
Octal 272 123 240 0 67 16 33 473 53 65
Binary 10111010 1010011 10100000 0 110111 1110 11011 100111011 101011 110101

Color Harmonies of #BA53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53A0

Black with #BA53A0

Text Example


Text Example

White with #BA53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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