Html Css Color HEX #BA4398 Mulberry

📋 copy color: '#BA4398'

red 186 ◦ green 67 ◦ blue 152

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

Shades of Mulberry #BA4398

Tints of Mulberry #BA4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 45.93%
G = 16.54%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4398 (or 0xBA4398) is known color: Mulberry. HEX triplet: BA, 43 and 98. RGB value is (186,67,152). Sum of RGB (Red+Green+Blue) = 186+67+152=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4398 is #45BC67. Grayscale: #707070. Windows color (decimal): -4570216 or 9978810. OLE color: 9978810.

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

Color convert

RGB 186 67 152 -
CMYK 0 0.64 0.18 0.27
HSL 317.14º 0.47% 0.5% -
HSV(B) 317.14º 0.64% 0.73% -
XYZ 27.92 16.72 31.46 -
YUV 112.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 186 67 152 0 0.64 0.18 0.27 317.14 0.47 0.5
Hex BA 43 98 0 40 12 1B 13D 2F 32
Octal 272 103 230 0 100 22 33 475 57 62
Binary 10111010 1000011 10011000 0 1000000 10010 11011 100111101 101111 110010

Color Harmonies of #BA4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4398

Black with #BA4398

Text Example


Text Example

White with #BA4398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4398; }

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

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

background-color css

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

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

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

border-color css

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

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

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