Html Css Color HEX #BA409D Mulberry

📋 copy color: '#BA409D'

red 186 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #BA409D

Tints of Mulberry #BA409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 45.7%
G = 15.72%
B = 38.57%

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

#BA409D (or 0xBA409D) is known color: Mulberry. HEX triplet: BA, 40 and 9D. RGB value is (186,64,157). Sum of RGB (Red+Green+Blue) = 186+64+157=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409D is #45BF62. Grayscale: #6E6E6E. Windows color (decimal): -4570979 or 10305722. OLE color: 10305722.

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

Color convert

RGB 186 64 157 -
CMYK 0 0.66 0.16 0.27
HSL 314.26º 0.49% 0.49% -
HSV(B) 314.26º 0.66% 0.73% -
XYZ 28.17 16.54 33.61 -
YUV 111.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 186 64 157 0 0.66 0.16 0.27 314.26 0.49 0.49
Hex BA 40 9D 0 42 10 1B 13A 31 31
Octal 272 100 235 0 102 20 33 472 61 61
Binary 10111010 1000000 10011101 0 1000010 10000 11011 100111010 110001 110001

Color Harmonies of #BA409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA409D

Black with #BA409D

Text Example


Text Example

White with #BA409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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