Html Css Color HEX #BA41A1 Mulberry

📋 copy color: '#BA41A1'

red 186 ◦ green 65 ◦ blue 161

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

Shades of Mulberry #BA41A1

Tints of Mulberry #BA41A1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 45.15%
G = 15.78%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA41A1 (or 0xBA41A1) is known color: Mulberry. HEX triplet: BA, 41 and A1. RGB value is (186,65,161). Sum of RGB (Red+Green+Blue) = 186+65+161=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A1 is #45BE5E. Grayscale: #6F6F6F. Windows color (decimal): -4570719 or 10568122. OLE color: 10568122.

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

Color convert

RGB 186 65 161 -
CMYK 0 0.65 0.13 0.27
HSL 312.4º 0.48% 0.49% -
HSV(B) 312.4º 0.65% 0.73% -
XYZ 28.57 16.79 35.45 -
YUV 112.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 186 65 161 0 0.65 0.13 0.27 312.4 0.48 0.49
Hex BA 41 A1 0 41 D 1B 138 30 31
Octal 272 101 241 0 101 15 33 470 60 61
Binary 10111010 1000001 10100001 0 1000001 1101 11011 100111000 110000 110001

Color Harmonies of #BA41A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41A1

Black with #BA41A1

Text Example


Text Example

White with #BA41A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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