Html Css Color HEX #BA4494 Mulberry

📋 copy color: '#BA4494'

red 186 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #BA4494

Tints of Mulberry #BA4494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

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

R = 46.27%
G = 16.92%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4494 (or 0xBA4494) is known color: Mulberry. HEX triplet: BA, 44 and 94. RGB value is (186,68,148). Sum of RGB (Red+Green+Blue) = 186+68+148=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4494 is #45BB6B. Grayscale: #707070. Windows color (decimal): -4569964 or 9716922. OLE color: 9716922.

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

Color convert

RGB 186 68 148 -
CMYK 0 0.63 0.20 0.27
HSL 319.32º 0.46% 0.5% -
HSV(B) 319.32º 0.63% 0.73% -
XYZ 27.66 16.71 29.78 -
YUV 112.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 186 68 148 0 0.63 0.20 0.27 319.32 0.46 0.5
Hex BA 44 94 0 3F 14 1B 13F 2E 32
Octal 272 104 224 0 77 24 33 477 56 62
Binary 10111010 1000100 10010100 0 111111 10100 11011 100111111 101110 110010

Color Harmonies of #BA4494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4494

Black with #BA4494

Text Example


Text Example

White with #BA4494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4494; }

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

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

background-color css

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

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

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

border-color css

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

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

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