Html Css Color HEX #BA448F Mulberry

📋 copy color: '#BA448F'

red 186 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #BA448F

Tints of Mulberry #BA448F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 46.85%
G = 17.13%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA448F (or 0xBA448F) is known color: Mulberry. HEX triplet: BA, 44 and 8F. RGB value is (186,68,143). Sum of RGB (Red+Green+Blue) = 186+68+143=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448F is #45BB70. Grayscale: #6F6F6F. Windows color (decimal): -4569969 or 9389242. OLE color: 9389242.

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

Color convert

RGB 186 68 143 -
CMYK 0 0.63 0.23 0.27
HSL 321.86º 0.46% 0.5% -
HSV(B) 321.86º 0.63% 0.73% -
XYZ 27.27 16.56 27.74 -
YUV 111.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 186 68 143 0 0.63 0.23 0.27 321.86 0.46 0.5
Hex BA 44 8F 0 3F 17 1B 142 2E 32
Octal 272 104 217 0 77 27 33 502 56 62
Binary 10111010 1000100 10001111 0 111111 10111 11011 101000010 101110 110010

Color Harmonies of #BA448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA448F

Black with #BA448F

Text Example


Text Example

White with #BA448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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