Html Css Color HEX #BA4F96 Mulberry

📋 copy color: '#BA4F96'

red 186 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #BA4F96

Tints of Mulberry #BA4F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 44.82%
G = 19.04%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4F96 (or 0xBA4F96) is known color: Mulberry. HEX triplet: BA, 4F and 96. RGB value is (186,79,150). Sum of RGB (Red+Green+Blue) = 186+79+150=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F96 is #45B069. Grayscale: #767676. Windows color (decimal): -4567146 or 9850810. OLE color: 9850810.

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

Color convert

RGB 186 79 150 -
CMYK 0 0.58 0.19 0.27
HSL 320.19º 0.44% 0.52% -
HSV(B) 320.19º 0.58% 0.73% -
XYZ 28.55 18.23 30.87 -
YUV 119.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 186 79 150 0 0.58 0.19 0.27 320.19 0.44 0.52
Hex BA 4F 96 0 3A 13 1B 140 2C 34
Octal 272 117 226 0 72 23 33 500 54 64
Binary 10111010 1001111 10010110 0 111010 10011 11011 101000000 101100 110100

Color Harmonies of #BA4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F96

Black with #BA4F96

Text Example


Text Example

White with #BA4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F96; }

 p { color: rgb(186,79,150); }

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

background-color css

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

 a { background-color: rgb(186,79,150); }

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

border-color css

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

 span { border-color: rgb(186,79,150); }

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