Html Css Color HEX #BA428F Mulberry

📋 copy color: '#BA428F'

red 186 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #BA428F

Tints of Mulberry #BA428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 47.09%
G = 16.71%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA428F (or 0xBA428F) is known color: Mulberry. HEX triplet: BA, 42 and 8F. RGB value is (186,66,143). Sum of RGB (Red+Green+Blue) = 186+66+143=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428F is #45BD70. Grayscale: #6E6E6E. Windows color (decimal): -4570481 or 9388730. OLE color: 9388730.

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

Color convert

RGB 186 66 143 -
CMYK 0 0.65 0.23 0.27
HSL 321.5º 0.48% 0.49% -
HSV(B) 321.5º 0.65% 0.73% -
XYZ 27.16 16.32 27.71 -
YUV 110.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 186 66 143 0 0.65 0.23 0.27 321.5 0.48 0.49
Hex BA 42 8F 0 41 17 1B 142 30 31
Octal 272 102 217 0 101 27 33 502 60 61
Binary 10111010 1000010 10001111 0 1000001 10111 11011 101000010 110000 110001

Color Harmonies of #BA428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA428F

Black with #BA428F

Text Example


Text Example

White with #BA428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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