Html Css Color HEX #BA5698 Mulberry

📋 copy color: '#BA5698'

red 186 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #BA5698

Tints of Mulberry #BA5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.28%

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

R = 43.87%
G = 20.28%
B = 35.85%

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

#BA5698 (or 0xBA5698) is known color: Mulberry. HEX triplet: BA, 56 and 98. RGB value is (186,86,152). Sum of RGB (Red+Green+Blue) = 186+86+152=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5698 is #45A967. Grayscale: #7B7B7B. Windows color (decimal): -4565352 or 9983674. OLE color: 9983674.

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

Color convert

RGB 186 86 152 -
CMYK 0 0.54 0.18 0.27
HSL 320.4º 0.42% 0.53% -
HSV(B) 320.4º 0.54% 0.73% -
XYZ 29.24 19.36 31.9 -
YUV 123.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 186 86 152 0 0.54 0.18 0.27 320.4 0.42 0.53
Hex BA 56 98 0 36 12 1B 140 2A 35
Octal 272 126 230 0 66 22 33 500 52 65
Binary 10111010 1010110 10011000 0 110110 10010 11011 101000000 101010 110101

Color Harmonies of #BA5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5698

Black with #BA5698

Text Example


Text Example

White with #BA5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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