Html Css Color HEX #BA4893 Mulberry

📋 copy color: '#BA4893'

red 186 ◦ green 72 ◦ blue 147

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

Shades of Mulberry #BA4893

Tints of Mulberry #BA4893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

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

R = 45.93%
G = 17.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA4893 (or 0xBA4893) is known color: Mulberry. HEX triplet: BA, 48 and 93. RGB value is (186,72,147). Sum of RGB (Red+Green+Blue) = 186+72+147=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4893 is #45B76C. Grayscale: #727272. Windows color (decimal): -4568941 or 9652410. OLE color: 9652410.

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

Color convert

RGB 186 72 147 -
CMYK 0 0.61 0.21 0.27
HSL 320.53º 0.45% 0.51% -
HSV(B) 320.53º 0.61% 0.73% -
XYZ 27.83 17.18 29.45 -
YUV 114.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 186 72 147 0 0.61 0.21 0.27 320.53 0.45 0.51
Hex BA 48 93 0 3D 15 1B 141 2D 33
Octal 272 110 223 0 75 25 33 501 55 63
Binary 10111010 1001000 10010011 0 111101 10101 11011 101000001 101101 110011

Color Harmonies of #BA4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4893

Black with #BA4893

Text Example


Text Example

White with #BA4893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4893; }

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

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

background-color css

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

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

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

border-color css

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

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

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