Html Css Color HEX #BA478E Mulberry

📋 copy color: '#BA478E'

red 186 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #BA478E

Tints of Mulberry #BA478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 46.62%
G = 17.79%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA478E (or 0xBA478E) is known color: Mulberry. HEX triplet: BA, 47 and 8E. RGB value is (186,71,142). Sum of RGB (Red+Green+Blue) = 186+71+142=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478E is #45B871. Grayscale: #717171. Windows color (decimal): -4569202 or 9324474. OLE color: 9324474.

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

Color convert

RGB 186 71 142 -
CMYK 0 0.62 0.24 0.27
HSL 322.96º 0.45% 0.5% -
HSV(B) 322.96º 0.62% 0.73% -
XYZ 27.39 16.9 27.41 -
YUV 113.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 186 71 142 0 0.62 0.24 0.27 322.96 0.45 0.5
Hex BA 47 8E 0 3E 18 1B 143 2D 32
Octal 272 107 216 0 76 30 33 503 55 62
Binary 10111010 1000111 10001110 0 111110 11000 11011 101000011 101101 110010

Color Harmonies of #BA478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA478E

Black with #BA478E

Text Example


Text Example

White with #BA478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA478E; }

 p { color: rgb(186,71,142); }

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

background-color css

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

 a { background-color: rgb(186,71,142); }

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

border-color css

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

 span { border-color: rgb(186,71,142); }

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