Html Css Color HEX #BA419D Mulberry

📋 copy color: '#BA419D'

red 186 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #BA419D

Tints of Mulberry #BA419D

RGB

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

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

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

R = 45.59%
G = 15.93%
B = 38.48%

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

#BA419D (or 0xBA419D) is known color: Mulberry. HEX triplet: BA, 41 and 9D. RGB value is (186,65,157). Sum of RGB (Red+Green+Blue) = 186+65+157=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA419D is #45BE62. Grayscale: #6F6F6F. Windows color (decimal): -4570723 or 10305978. OLE color: 10305978.

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

Color convert

RGB 186 65 157 -
CMYK 0 0.65 0.16 0.27
HSL 314.38º 0.48% 0.49% -
HSV(B) 314.38º 0.65% 0.73% -
XYZ 28.23 16.65 33.63 -
YUV 111.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 186 65 157 0 0.65 0.16 0.27 314.38 0.48 0.49
Hex BA 41 9D 0 41 10 1B 13A 30 31
Octal 272 101 235 0 101 20 33 472 60 61
Binary 10111010 1000001 10011101 0 1000001 10000 11011 100111010 110000 110001

Color Harmonies of #BA419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA419D

Black with #BA419D

Text Example


Text Example

White with #BA419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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