Html Css Color HEX #BA4397 Mulberry

📋 copy color: '#BA4397'

red 186 ◦ green 67 ◦ blue 151

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

Shades of Mulberry #BA4397

Tints of Mulberry #BA4397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.58%

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 46.04%
G = 16.58%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4397 (or 0xBA4397) is known color: Mulberry. HEX triplet: BA, 43 and 97. RGB value is (186,67,151). Sum of RGB (Red+Green+Blue) = 186+67+151=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4397 is #45BC68. Grayscale: #6F6F6F. Windows color (decimal): -4570217 or 9913274. OLE color: 9913274.

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

Color convert

RGB 186 67 151 -
CMYK 0 0.64 0.19 0.27
HSL 317.65º 0.47% 0.5% -
HSV(B) 317.65º 0.64% 0.73% -
XYZ 27.84 16.69 31.03 -
YUV 112.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 186 67 151 0 0.64 0.19 0.27 317.65 0.47 0.5
Hex BA 43 97 0 40 13 1B 13E 2F 32
Octal 272 103 227 0 100 23 33 476 57 62
Binary 10111010 1000011 10010111 0 1000000 10011 11011 100111110 101111 110010

Color Harmonies of #BA4397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4397

Black with #BA4397

Text Example


Text Example

White with #BA4397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4397; }

 p { color: rgb(186,67,151); }

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

background-color css

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

 a { background-color: rgb(186,67,151); }

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

border-color css

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

 span { border-color: rgb(186,67,151); }

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