Html Css Color HEX #BA429E Mulberry

📋 copy color: '#BA429E'

red 186 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #BA429E

Tints of Mulberry #BA429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 45.37%
G = 16.1%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA429E (or 0xBA429E) is known color: Mulberry. HEX triplet: BA, 42 and 9E. RGB value is (186,66,158). Sum of RGB (Red+Green+Blue) = 186+66+158=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429E is #45BD61. Grayscale: #707070. Windows color (decimal): -4570466 or 10371770. OLE color: 10371770.

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

Color convert

RGB 186 66 158 -
CMYK 0 0.65 0.15 0.27
HSL 314º 0.48% 0.49% -
HSV(B) 314º 0.65% 0.73% -
XYZ 28.37 16.8 34.1 -
YUV 112.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 186 66 158 0 0.65 0.15 0.27 314 0.48 0.49
Hex BA 42 9E 0 41 F 1B 13A 30 31
Octal 272 102 236 0 101 17 33 472 60 61
Binary 10111010 1000010 10011110 0 1000001 1111 11011 100111010 110000 110001

Color Harmonies of #BA429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA429E

Black with #BA429E

Text Example


Text Example

White with #BA429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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