Html Css Color HEX #BA489D Mulberry

📋 copy color: '#BA489D'

red 186 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #BA489D

Tints of Mulberry #BA489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 44.82%
G = 17.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA489D (or 0xBA489D) is known color: Mulberry. HEX triplet: BA, 48 and 9D. RGB value is (186,72,157). Sum of RGB (Red+Green+Blue) = 186+72+157=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489D is #45B762. Grayscale: #737373. Windows color (decimal): -4568931 or 10307770. OLE color: 10307770.

HSL color Cylindrical-coordinate representation of color #BA489D: hue angle of 315.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA489D is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 157 -
CMYK 0 0.61 0.16 0.27
HSL 315.26º 0.45% 0.51% -
HSV(B) 315.26º 0.61% 0.73% -
XYZ 28.65 17.51 33.77 -
YUV 115.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 186 72 157 0 0.61 0.16 0.27 315.26 0.45 0.51
Hex BA 48 9D 0 3D 10 1B 13B 2D 33
Octal 272 110 235 0 75 20 33 473 55 63
Binary 10111010 1001000 10011101 0 111101 10000 11011 100111011 101101 110011

Color Harmonies of #BA489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA489D

Black with #BA489D

Text Example


Text Example

White with #BA489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA489D; }

 p { color: rgb(186,72,157); }

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

background-color css

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

 a { background-color: rgb(186,72,157); }

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

border-color css

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

 span { border-color: rgb(186,72,157); }

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