Html Css Color HEX #BA4C9F Mulberry

📋 copy color: '#BA4C9F'

red 186 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #BA4C9F

Tints of Mulberry #BA4C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 44.18%
G = 18.05%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA4C9F (or 0xBA4C9F) is known color: Mulberry. HEX triplet: BA, 4C and 9F. RGB value is (186,76,159). Sum of RGB (Red+Green+Blue) = 186+76+159=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9F is #45B360. Grayscale: #767676. Windows color (decimal): -4567905 or 10439866. OLE color: 10439866.

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

Color convert

RGB 186 76 159 -
CMYK 0 0.59 0.15 0.27
HSL 314.73º 0.44% 0.51% -
HSV(B) 314.73º 0.59% 0.73% -
XYZ 29.09 18.11 34.76 -
YUV 118.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 186 76 159 0 0.59 0.15 0.27 314.73 0.44 0.51
Hex BA 4C 9F 0 3B F 1B 13B 2C 33
Octal 272 114 237 0 73 17 33 473 54 63
Binary 10111010 1001100 10011111 0 111011 1111 11011 100111011 101100 110011

Color Harmonies of #BA4C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C9F

Black with #BA4C9F

Text Example


Text Example

White with #BA4C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C9F; }

 p { color: rgb(186,76,159); }

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

background-color css

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

 a { background-color: rgb(186,76,159); }

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

border-color css

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

 span { border-color: rgb(186,76,159); }

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