Html Css Color HEX #BA4A8D Mulberry

📋 copy color: '#BA4A8D'

red 186 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #BA4A8D

Tints of Mulberry #BA4A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 46.38%
G = 18.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA4A8D (or 0xBA4A8D) is known color: Mulberry. HEX triplet: BA, 4A and 8D. RGB value is (186,74,141). Sum of RGB (Red+Green+Blue) = 186+74+141=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A8D is #45B572. Grayscale: #727272. Windows color (decimal): -4568435 or 9259706. OLE color: 9259706.

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

Color convert

RGB 186 74 141 -
CMYK 0 0.60 0.24 0.27
HSL 324.11º 0.45% 0.51% -
HSV(B) 324.11º 0.6% 0.73% -
XYZ 27.51 17.26 27.08 -
YUV 115.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 186 74 141 0 0.60 0.24 0.27 324.11 0.45 0.51
Hex BA 4A 8D 0 3C 18 1B 144 2D 33
Octal 272 112 215 0 74 30 33 504 55 63
Binary 10111010 1001010 10001101 0 111100 11000 11011 101000100 101101 110011

Color Harmonies of #BA4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A8D

Black with #BA4A8D

Text Example


Text Example

White with #BA4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A8D; }

 p { color: rgb(186,74,141); }

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

background-color css

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

 a { background-color: rgb(186,74,141); }

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

border-color css

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

 span { border-color: rgb(186,74,141); }

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