Html Css Color HEX #BA619E Mulberry

📋 copy color: '#BA619E'

red 186 ◦ green 97 ◦ blue 158

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

Shades of Mulberry #BA619E

Tints of Mulberry #BA619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 42.18%
G = 22%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA619E (or 0xBA619E) is known color: Mulberry. HEX triplet: BA, 61 and 9E. RGB value is (186,97,158). Sum of RGB (Red+Green+Blue) = 186+97+158=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619E is #459E61. Grayscale: #828282. Windows color (decimal): -4562530 or 10379706. OLE color: 10379706.

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

Color convert

RGB 186 97 158 -
CMYK 0 0.48 0.15 0.27
HSL 318.88º 0.39% 0.55% -
HSV(B) 318.88º 0.48% 0.73% -
XYZ 30.7 21.46 34.87 -
YUV 130.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 186 97 158 0 0.48 0.15 0.27 318.88 0.39 0.55
Hex BA 61 9E 0 30 F 1B 13F 27 37
Octal 272 141 236 0 60 17 33 477 47 67
Binary 10111010 1100001 10011110 0 110000 1111 11011 100111111 100111 110111

Color Harmonies of #BA619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA619E

Black with #BA619E

Text Example


Text Example

White with #BA619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA619E; }

 p { color: rgb(186,97,158); }

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

background-color css

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

 a { background-color: rgb(186,97,158); }

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

border-color css

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

 span { border-color: rgb(186,97,158); }

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