Html Css Color HEX #BA5F94 Mulberry

📋 copy color: '#BA5F94'

red 186 ◦ green 95 ◦ blue 148

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

Shades of Mulberry #BA5F94

Tints of Mulberry #BA5F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 43.36%
G = 22.14%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5F94 (or 0xBA5F94) is known color: Mulberry. HEX triplet: BA, 5F and 94. RGB value is (186,95,148). Sum of RGB (Red+Green+Blue) = 186+95+148=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F94 is #45A06B. Grayscale: #808080. Windows color (decimal): -4563052 or 9723834. OLE color: 9723834.

HSL color Cylindrical-coordinate representation of color #BA5F94: hue angle of 325.05º 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 #BA5F94 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 148 -
CMYK 0 0.49 0.20 0.27
HSL 325.05º 0.4% 0.55% -
HSV(B) 325.05º 0.49% 0.73% -
XYZ 29.69 20.76 30.46 -
YUV 128.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 186 95 148 0 0.49 0.20 0.27 325.05 0.4 0.55
Hex BA 5F 94 0 31 14 1B 145 28 37
Octal 272 137 224 0 61 24 33 505 50 67
Binary 10111010 1011111 10010100 0 110001 10100 11011 101000101 101000 110111

Color Harmonies of #BA5F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F94

Black with #BA5F94

Text Example


Text Example

White with #BA5F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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