Html Css Color HEX #BA5598 Mulberry

📋 copy color: '#BA5598'

red 186 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #BA5598

Tints of Mulberry #BA5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 43.97%
G = 20.09%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5598 (or 0xBA5598) is known color: Mulberry. HEX triplet: BA, 55 and 98. RGB value is (186,85,152). Sum of RGB (Red+Green+Blue) = 186+85+152=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5598 is #45AA67. Grayscale: #7A7A7A. Windows color (decimal): -4565608 or 9983418. OLE color: 9983418.

HSL color Cylindrical-coordinate representation of color #BA5598: hue angle of 320.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5598 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 152 -
CMYK 0 0.54 0.18 0.27
HSL 320.2º 0.42% 0.53% -
HSV(B) 320.2º 0.54% 0.73% -
XYZ 29.17 19.2 31.88 -
YUV 122.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 186 85 152 0 0.54 0.18 0.27 320.2 0.42 0.53
Hex BA 55 98 0 36 12 1B 140 2A 35
Octal 272 125 230 0 66 22 33 500 52 65
Binary 10111010 1010101 10011000 0 110110 10010 11011 101000000 101010 110101

Color Harmonies of #BA5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5598

Black with #BA5598

Text Example


Text Example

White with #BA5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5598; }

 p { color: rgb(186,85,152); }

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

background-color css

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

 a { background-color: rgb(186,85,152); }

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

border-color css

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

 span { border-color: rgb(186,85,152); }

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