Html Css Color HEX #BA429D Mulberry

📋 copy color: '#BA429D'

red 186 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #BA429D

Tints of Mulberry #BA429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 45.48%
G = 16.14%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA429D (or 0xBA429D) is known color: Mulberry. HEX triplet: BA, 42 and 9D. RGB value is (186,66,157). Sum of RGB (Red+Green+Blue) = 186+66+157=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429D is #45BD62. Grayscale: #707070. Windows color (decimal): -4570467 or 10306234. OLE color: 10306234.

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

Color convert

RGB 186 66 157 -
CMYK 0 0.65 0.16 0.27
HSL 314.5º 0.48% 0.49% -
HSV(B) 314.5º 0.65% 0.73% -
XYZ 28.28 16.77 33.64 -
YUV 112.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 186 66 157 0 0.65 0.16 0.27 314.5 0.48 0.49
Hex BA 42 9D 0 41 10 1B 13A 30 31
Octal 272 102 235 0 101 20 33 472 60 61
Binary 10111010 1000010 10011101 0 1000001 10000 11011 100111010 110000 110001

Color Harmonies of #BA429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA429D

Black with #BA429D

Text Example


Text Example

White with #BA429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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