Html Css Color HEX #BA4393 Mulberry

📋 copy color: '#BA4393'

red 186 ◦ green 67 ◦ blue 147

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

Shades of Mulberry #BA4393

Tints of Mulberry #BA4393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 46.5%
G = 16.75%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4393 (or 0xBA4393) is known color: Mulberry. HEX triplet: BA, 43 and 93. RGB value is (186,67,147). Sum of RGB (Red+Green+Blue) = 186+67+147=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4393 is #45BC6C. Grayscale: #6F6F6F. Windows color (decimal): -4570221 or 9651130. OLE color: 9651130.

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

Color convert

RGB 186 67 147 -
CMYK 0 0.64 0.21 0.27
HSL 319.66º 0.47% 0.5% -
HSV(B) 319.66º 0.64% 0.73% -
XYZ 27.52 16.56 29.35 -
YUV 111.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 186 67 147 0 0.64 0.21 0.27 319.66 0.47 0.5
Hex BA 43 93 0 40 15 1B 140 2F 32
Octal 272 103 223 0 100 25 33 500 57 62
Binary 10111010 1000011 10010011 0 1000000 10101 11011 101000000 101111 110010

Color Harmonies of #BA4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4393

Black with #BA4393

Text Example


Text Example

White with #BA4393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4393; }

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

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

background-color css

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

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

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

border-color css

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

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

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