Html Css Color HEX #BA4BA0 Mulberry

📋 copy color: '#BA4BA0'

red 186 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #BA4BA0

Tints of Mulberry #BA4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

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

R = 44.18%
G = 17.81%
B = 38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA4BA0 (or 0xBA4BA0) is known color: Mulberry. HEX triplet: BA, 4B and A0. RGB value is (186,75,160). Sum of RGB (Red+Green+Blue) = 186+75+160=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA0 is #45B45F. Grayscale: #757575. Windows color (decimal): -4568160 or 10505146. OLE color: 10505146.

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

Color convert

RGB 186 75 160 -
CMYK 0 0.60 0.14 0.27
HSL 314.05º 0.45% 0.51% -
HSV(B) 314.05º 0.6% 0.73% -
XYZ 29.11 18.01 35.2 -
YUV 117.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 186 75 160 0 0.60 0.14 0.27 314.05 0.45 0.51
Hex BA 4B A0 0 3C E 1B 13A 2D 33
Octal 272 113 240 0 74 16 33 472 55 63
Binary 10111010 1001011 10100000 0 111100 1110 11011 100111010 101101 110011

Color Harmonies of #BA4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BA0

Black with #BA4BA0

Text Example


Text Example

White with #BA4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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