Html Css Color HEX #BA4E9D Mulberry

📋 copy color: '#BA4E9D'

red 186 ◦ green 78 ◦ blue 157

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

Shades of Mulberry #BA4E9D

Tints of Mulberry #BA4E9D

RGB

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

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

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

R = 44.18%
G = 18.53%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA4E9D (or 0xBA4E9D) is known color: Mulberry. HEX triplet: BA, 4E and 9D. RGB value is (186,78,157). Sum of RGB (Red+Green+Blue) = 186+78+157=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9D is #45B162. Grayscale: #777777. Windows color (decimal): -4567395 or 10309306. OLE color: 10309306.

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

Color convert

RGB 186 78 157 -
CMYK 0 0.58 0.16 0.27
HSL 316.11º 0.44% 0.52% -
HSV(B) 316.11º 0.58% 0.73% -
XYZ 29.06 18.32 33.9 -
YUV 119.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 186 78 157 0 0.58 0.16 0.27 316.11 0.44 0.52
Hex BA 4E 9D 0 3A 10 1B 13C 2C 34
Octal 272 116 235 0 72 20 33 474 54 64
Binary 10111010 1001110 10011101 0 111010 10000 11011 100111100 101100 110100

Color Harmonies of #BA4E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E9D

Black with #BA4E9D

Text Example


Text Example

White with #BA4E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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