Html Css Color HEX #BA4D9A Mulberry

📋 copy color: '#BA4D9A'

red 186 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #BA4D9A

Tints of Mulberry #BA4D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 44.6%
G = 18.47%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA4D9A (or 0xBA4D9A) is known color: Mulberry. HEX triplet: BA, 4D and 9A. RGB value is (186,77,154). Sum of RGB (Red+Green+Blue) = 186+77+154=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D9A is #45B265. Grayscale: #767676. Windows color (decimal): -4567654 or 10112442. OLE color: 10112442.

HSL color Cylindrical-coordinate representation of color #BA4D9A: hue angle of 317.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D9A is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 154 -
CMYK 0 0.59 0.17 0.27
HSL 317.61º 0.44% 0.52% -
HSV(B) 317.61º 0.59% 0.73% -
XYZ 28.74 18.08 32.55 -
YUV 118.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 186 77 154 0 0.59 0.17 0.27 317.61 0.44 0.52
Hex BA 4D 9A 0 3B 11 1B 13E 2C 34
Octal 272 115 232 0 73 21 33 476 54 64
Binary 10111010 1001101 10011010 0 111011 10001 11011 100111110 101100 110100

Color Harmonies of #BA4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D9A

Black with #BA4D9A

Text Example


Text Example

White with #BA4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D9A; }

 p { color: rgb(186,77,154); }

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

background-color css

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

 a { background-color: rgb(186,77,154); }

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

border-color css

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

 span { border-color: rgb(186,77,154); }

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