Html Css Color HEX #BA4A9F Mulberry

📋 copy color: '#BA4A9F'

red 186 ◦ green 74 ◦ blue 159

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

Shades of Mulberry #BA4A9F

Tints of Mulberry #BA4A9F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 44.39%
G = 17.66%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA4A9F (or 0xBA4A9F) is known color: Mulberry. HEX triplet: BA, 4A and 9F. RGB value is (186,74,159). Sum of RGB (Red+Green+Blue) = 186+74+159=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A9F is #45B560. Grayscale: #747474. Windows color (decimal): -4568417 or 10439354. OLE color: 10439354.

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

Color convert

RGB 186 74 159 -
CMYK 0 0.60 0.15 0.27
HSL 314.46º 0.45% 0.51% -
HSV(B) 314.46º 0.6% 0.73% -
XYZ 28.96 17.84 34.72 -
YUV 117.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 186 74 159 0 0.60 0.15 0.27 314.46 0.45 0.51
Hex BA 4A 9F 0 3C F 1B 13A 2D 33
Octal 272 112 237 0 74 17 33 472 55 63
Binary 10111010 1001010 10011111 0 111100 1111 11011 100111010 101101 110011

Color Harmonies of #BA4A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A9F

Black with #BA4A9F

Text Example


Text Example

White with #BA4A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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