Html Css Color HEX #BA4E96 Mulberry

📋 copy color: '#BA4E96'

red 186 ◦ green 78 ◦ blue 150

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

Shades of Mulberry #BA4E96

Tints of Mulberry #BA4E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.84%

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 44.93%
G = 18.84%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4E96 (or 0xBA4E96) is known color: Mulberry. HEX triplet: BA, 4E and 96. RGB value is (186,78,150). Sum of RGB (Red+Green+Blue) = 186+78+150=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E96 is #45B169. Grayscale: #767676. Windows color (decimal): -4567402 or 9850554. OLE color: 9850554.

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

Color convert

RGB 186 78 150 -
CMYK 0 0.58 0.19 0.27
HSL 320º 0.44% 0.52% -
HSV(B) 320º 0.58% 0.73% -
XYZ 28.48 18.09 30.84 -
YUV 118.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 186 78 150 0 0.58 0.19 0.27 320 0.44 0.52
Hex BA 4E 96 0 3A 13 1B 140 2C 34
Octal 272 116 226 0 72 23 33 500 54 64
Binary 10111010 1001110 10010110 0 111010 10011 11011 101000000 101100 110100

Color Harmonies of #BA4E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E96

Black with #BA4E96

Text Example


Text Example

White with #BA4E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E96; }

 p { color: rgb(186,78,150); }

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

background-color css

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

 a { background-color: rgb(186,78,150); }

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

border-color css

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

 span { border-color: rgb(186,78,150); }

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