Html Css Color HEX #BA41A0 Mulberry

📋 copy color: '#BA41A0'

red 186 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #BA41A0

Tints of Mulberry #BA41A0

RGB

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

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

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

R = 45.26%
G = 15.82%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA41A0 (or 0xBA41A0) is known color: Mulberry. HEX triplet: BA, 41 and A0. RGB value is (186,65,160). Sum of RGB (Red+Green+Blue) = 186+65+160=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A0 is #45BE5F. Grayscale: #6F6F6F. Windows color (decimal): -4570720 or 10502586. OLE color: 10502586.

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

Color convert

RGB 186 65 160 -
CMYK 0 0.65 0.14 0.27
HSL 312.89º 0.48% 0.49% -
HSV(B) 312.89º 0.65% 0.73% -
XYZ 28.49 16.76 34.99 -
YUV 112.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 186 65 160 0 0.65 0.14 0.27 312.89 0.48 0.49
Hex BA 41 A0 0 41 E 1B 139 30 31
Octal 272 101 240 0 101 16 33 471 60 61
Binary 10111010 1000001 10100000 0 1000001 1110 11011 100111001 110000 110001

Color Harmonies of #BA41A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41A0

Black with #BA41A0

Text Example


Text Example

White with #BA41A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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