Html Css Color HEX #BA409C Mulberry

📋 copy color: '#BA409C'

red 186 ◦ green 64 ◦ blue 156

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

Shades of Mulberry #BA409C

Tints of Mulberry #BA409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 45.81%
G = 15.76%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA409C (or 0xBA409C) is known color: Mulberry. HEX triplet: BA, 40 and 9C. RGB value is (186,64,156). Sum of RGB (Red+Green+Blue) = 186+64+156=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409C is #45BF63. Grayscale: #6E6E6E. Windows color (decimal): -4570980 or 10240186. OLE color: 10240186.

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

Color convert

RGB 186 64 156 -
CMYK 0 0.66 0.16 0.27
HSL 314.75º 0.49% 0.49% -
HSV(B) 314.75º 0.66% 0.73% -
XYZ 28.08 16.51 33.16 -
YUV 110.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 186 64 156 0 0.66 0.16 0.27 314.75 0.49 0.49
Hex BA 40 9C 0 42 10 1B 13B 31 31
Octal 272 100 234 0 102 20 33 473 61 61
Binary 10111010 1000000 10011100 0 1000010 10000 11011 100111011 110001 110001

Color Harmonies of #BA409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA409C

Black with #BA409C

Text Example


Text Example

White with #BA409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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