Html Css Color HEX #BA4380 Mulberry

📋 copy color: '#BA4380'

red 186 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #BA4380

Tints of Mulberry #BA4380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 48.82%
G = 17.59%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4380 (or 0xBA4380) is known color: Mulberry. HEX triplet: BA, 43 and 80. RGB value is (186,67,128). Sum of RGB (Red+Green+Blue) = 186+67+128=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4380 is #45BC7F. Grayscale: #6D6D6D. Windows color (decimal): -4570240 or 8405946. OLE color: 8405946.

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

Color convert

RGB 186 67 128 -
CMYK 0 0.64 0.31 0.27
HSL 329.24º 0.47% 0.5% -
HSV(B) 329.24º 0.64% 0.73% -
XYZ 26.15 16.01 22.13 -
YUV 109.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 186 67 128 0 0.64 0.31 0.27 329.24 0.47 0.5
Hex BA 43 80 0 40 1F 1B 149 2F 32
Octal 272 103 200 0 100 37 33 511 57 62
Binary 10111010 1000011 10000000 0 1000000 11111 11011 101001001 101111 110010

Color Harmonies of #BA4380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4380

Black with #BA4380

Text Example


Text Example

White with #BA4380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4380; }

 p { color: rgb(186,67,128); }

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

background-color css

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

 a { background-color: rgb(186,67,128); }

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

border-color css

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

 span { border-color: rgb(186,67,128); }

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