Html Css Color HEX #BA4197 Mulberry

📋 copy color: '#BA4197'

red 186 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #BA4197

Tints of Mulberry #BA4197

RGB

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

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

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

R = 46.27%
G = 16.17%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4197 (or 0xBA4197) is known color: Mulberry. HEX triplet: BA, 41 and 97. RGB value is (186,65,151). Sum of RGB (Red+Green+Blue) = 186+65+151=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4197 is #45BE68. Grayscale: #6E6E6E. Windows color (decimal): -4570729 or 9912762. OLE color: 9912762.

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

Color convert

RGB 186 65 151 -
CMYK 0 0.65 0.19 0.27
HSL 317.36º 0.48% 0.49% -
HSV(B) 317.36º 0.65% 0.73% -
XYZ 27.73 16.45 30.99 -
YUV 110.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 186 65 151 0 0.65 0.19 0.27 317.36 0.48 0.49
Hex BA 41 97 0 41 13 1B 13D 30 31
Octal 272 101 227 0 101 23 33 475 60 61
Binary 10111010 1000001 10010111 0 1000001 10011 11011 100111101 110000 110001

Color Harmonies of #BA4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4197

Black with #BA4197

Text Example


Text Example

White with #BA4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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