Html Css Color HEX #BA619A Mulberry

📋 copy color: '#BA619A'

red 186 ◦ green 97 ◦ blue 154

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

Shades of Mulberry #BA619A

Tints of Mulberry #BA619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 42.56%
G = 22.2%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA619A (or 0xBA619A) is known color: Mulberry. HEX triplet: BA, 61 and 9A. RGB value is (186,97,154). Sum of RGB (Red+Green+Blue) = 186+97+154=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619A is #459E65. Grayscale: #818181. Windows color (decimal): -4562534 or 10117562. OLE color: 10117562.

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

Color convert

RGB 186 97 154 -
CMYK 0 0.48 0.17 0.27
HSL 321.57º 0.39% 0.55% -
HSV(B) 321.57º 0.48% 0.73% -
XYZ 30.36 21.32 33.09 -
YUV 130.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 186 97 154 0 0.48 0.17 0.27 321.57 0.39 0.55
Hex BA 61 9A 0 30 11 1B 142 27 37
Octal 272 141 232 0 60 21 33 502 47 67
Binary 10111010 1100001 10011010 0 110000 10001 11011 101000010 100111 110111

Color Harmonies of #BA619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA619A

Black with #BA619A

Text Example


Text Example

White with #BA619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA619A; }

 p { color: rgb(186,97,154); }

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

background-color css

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

 a { background-color: rgb(186,97,154); }

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

border-color css

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

 span { border-color: rgb(186,97,154); }

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