Html Css Color HEX #BA48A0 Mulberry

📋 copy color: '#BA48A0'

red 186 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #BA48A0

Tints of Mulberry #BA48A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 44.5%
G = 17.22%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA48A0 (or 0xBA48A0) is known color: Mulberry. HEX triplet: BA, 48 and A0. RGB value is (186,72,160). Sum of RGB (Red+Green+Blue) = 186+72+160=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A0 is #45B75F. Grayscale: #737373. Windows color (decimal): -4568928 or 10504378. OLE color: 10504378.

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

Color convert

RGB 186 72 160 -
CMYK 0 0.61 0.14 0.27
HSL 313.68º 0.45% 0.51% -
HSV(B) 313.68º 0.61% 0.73% -
XYZ 28.91 17.61 35.13 -
YUV 116.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 186 72 160 0 0.61 0.14 0.27 313.68 0.45 0.51
Hex BA 48 A0 0 3D E 1B 13A 2D 33
Octal 272 110 240 0 75 16 33 472 55 63
Binary 10111010 1001000 10100000 0 111101 1110 11011 100111010 101101 110011

Color Harmonies of #BA48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48A0

Black with #BA48A0

Text Example


Text Example

White with #BA48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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