Html Css Color HEX #BA4D8C Mulberry

📋 copy color: '#BA4D8C'

red 186 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #BA4D8C

Tints of Mulberry #BA4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 46.15%
G = 19.11%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA4D8C (or 0xBA4D8C) is known color: Mulberry. HEX triplet: BA, 4D and 8C. RGB value is (186,77,140). Sum of RGB (Red+Green+Blue) = 186+77+140=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D8C is #45B273. Grayscale: #747474. Windows color (decimal): -4567668 or 9194938. OLE color: 9194938.

HSL color Cylindrical-coordinate representation of color #BA4D8C: hue angle of 325.32º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D8C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 140 -
CMYK 0 0.59 0.25 0.27
HSL 325.32º 0.44% 0.52% -
HSV(B) 325.32º 0.59% 0.73% -
XYZ 27.64 17.64 26.76 -
YUV 116.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 186 77 140 0 0.59 0.25 0.27 325.32 0.44 0.52
Hex BA 4D 8C 0 3B 19 1B 145 2C 34
Octal 272 115 214 0 73 31 33 505 54 64
Binary 10111010 1001101 10001100 0 111011 11001 11011 101000101 101100 110100

Color Harmonies of #BA4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D8C

Black with #BA4D8C

Text Example


Text Example

White with #BA4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D8C; }

 p { color: rgb(186,77,140); }

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

background-color css

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

 a { background-color: rgb(186,77,140); }

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

border-color css

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

 span { border-color: rgb(186,77,140); }

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