Html Css Color HEX #BA419C Mulberry

📋 copy color: '#BA419C'

red 186 ◦ green 65 ◦ blue 156

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

Shades of Mulberry #BA419C

Tints of Mulberry #BA419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 45.7%
G = 15.97%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA419C (or 0xBA419C) is known color: Mulberry. HEX triplet: BA, 41 and 9C. RGB value is (186,65,156). Sum of RGB (Red+Green+Blue) = 186+65+156=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA419C is #45BE63. Grayscale: #6F6F6F. Windows color (decimal): -4570724 or 10240442. OLE color: 10240442.

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

Color convert

RGB 186 65 156 -
CMYK 0 0.65 0.16 0.27
HSL 314.88º 0.48% 0.49% -
HSV(B) 314.88º 0.65% 0.73% -
XYZ 28.14 16.62 33.18 -
YUV 111.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 186 65 156 0 0.65 0.16 0.27 314.88 0.48 0.49
Hex BA 41 9C 0 41 10 1B 13B 30 31
Octal 272 101 234 0 101 20 33 473 60 61
Binary 10111010 1000001 10011100 0 1000001 10000 11011 100111011 110000 110001

Color Harmonies of #BA419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA419C

Black with #BA419C

Text Example


Text Example

White with #BA419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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