Html Css Color HEX #BA4A94 Mulberry

📋 copy color: '#BA4A94'

red 186 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #BA4A94

Tints of Mulberry #BA4A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 45.59%
G = 18.14%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4A94 (or 0xBA4A94) is known color: Mulberry. HEX triplet: BA, 4A and 94. RGB value is (186,74,148). Sum of RGB (Red+Green+Blue) = 186+74+148=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A94 is #45B56B. Grayscale: #737373. Windows color (decimal): -4568428 or 9718458. OLE color: 9718458.

HSL color Cylindrical-coordinate representation of color #BA4A94: hue angle of 320.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A94 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 148 -
CMYK 0 0.60 0.20 0.27
HSL 320.36º 0.45% 0.51% -
HSV(B) 320.36º 0.6% 0.73% -
XYZ 28.04 17.47 29.91 -
YUV 115.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 186 74 148 0 0.60 0.20 0.27 320.36 0.45 0.51
Hex BA 4A 94 0 3C 14 1B 140 2D 33
Octal 272 112 224 0 74 24 33 500 55 63
Binary 10111010 1001010 10010100 0 111100 10100 11011 101000000 101101 110011

Color Harmonies of #BA4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A94

Black with #BA4A94

Text Example


Text Example

White with #BA4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A94; }

 p { color: rgb(186,74,148); }

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

background-color css

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

 a { background-color: rgb(186,74,148); }

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

border-color css

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

 span { border-color: rgb(186,74,148); }

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