Html Css Color HEX #BA5F96 Mulberry

📋 copy color: '#BA5F96'

red 186 ◦ green 95 ◦ blue 150

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

Shades of Mulberry #BA5F96

Tints of Mulberry #BA5F96

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

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

R = 43.16%
G = 22.04%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5F96 (or 0xBA5F96) is known color: Mulberry. HEX triplet: BA, 5F and 96. RGB value is (186,95,150). Sum of RGB (Red+Green+Blue) = 186+95+150=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F96 is #45A069. Grayscale: #808080. Windows color (decimal): -4563050 or 9854906. OLE color: 9854906.

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

Color convert

RGB 186 95 150 -
CMYK 0 0.49 0.19 0.27
HSL 323.74º 0.4% 0.55% -
HSV(B) 323.74º 0.49% 0.73% -
XYZ 29.85 20.83 31.3 -
YUV 128.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 186 95 150 0 0.49 0.19 0.27 323.74 0.4 0.55
Hex BA 5F 96 0 31 13 1B 144 28 37
Octal 272 137 226 0 61 23 33 504 50 67
Binary 10111010 1011111 10010110 0 110001 10011 11011 101000100 101000 110111

Color Harmonies of #BA5F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F96

Black with #BA5F96

Text Example


Text Example

White with #BA5F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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