Html Css Color HEX #BA428D Mulberry

📋 copy color: '#BA428D'

red 186 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #BA428D

Tints of Mulberry #BA428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 47.33%
G = 16.79%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA428D (or 0xBA428D) is known color: Mulberry. HEX triplet: BA, 42 and 8D. RGB value is (186,66,141). Sum of RGB (Red+Green+Blue) = 186+66+141=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428D is #45BD72. Grayscale: #6E6E6E. Windows color (decimal): -4570483 or 9257658. OLE color: 9257658.

HSL color Cylindrical-coordinate representation of color #BA428D: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA428D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 141 -
CMYK 0 0.65 0.24 0.27
HSL 322.5º 0.48% 0.49% -
HSV(B) 322.5º 0.65% 0.73% -
XYZ 27.01 16.26 26.91 -
YUV 110.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 186 66 141 0 0.65 0.24 0.27 322.5 0.48 0.49
Hex BA 42 8D 0 41 18 1B 142 30 31
Octal 272 102 215 0 101 30 33 502 60 61
Binary 10111010 1000010 10001101 0 1000001 11000 11011 101000010 110000 110001

Color Harmonies of #BA428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA428D

Black with #BA428D

Text Example


Text Example

White with #BA428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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