Html Css Color HEX #BA4CA1 Mulberry

📋 copy color: '#BA4CA1'

red 186 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #BA4CA1

Tints of Mulberry #BA4CA1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 43.97%
G = 17.97%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA4CA1 (or 0xBA4CA1) is known color: Mulberry. HEX triplet: BA, 4C and A1. RGB value is (186,76,161). Sum of RGB (Red+Green+Blue) = 186+76+161=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CA1 is #45B35E. Grayscale: #767676. Windows color (decimal): -4567903 or 10570938. OLE color: 10570938.

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

Color convert

RGB 186 76 161 -
CMYK 0 0.59 0.13 0.27
HSL 313.64º 0.44% 0.51% -
HSV(B) 313.64º 0.59% 0.73% -
XYZ 29.27 18.18 35.68 -
YUV 118.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 186 76 161 0 0.59 0.13 0.27 313.64 0.44 0.51
Hex BA 4C A1 0 3B D 1B 13A 2C 33
Octal 272 114 241 0 73 15 33 472 54 63
Binary 10111010 1001100 10100001 0 111011 1101 11011 100111010 101100 110011

Color Harmonies of #BA4CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CA1

Black with #BA4CA1

Text Example


Text Example

White with #BA4CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CA1; }

 p { color: rgb(186,76,161); }

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

background-color css

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

 a { background-color: rgb(186,76,161); }

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

border-color css

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

 span { border-color: rgb(186,76,161); }

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