Html Css Color HEX #BA619D Mulberry

📋 copy color: '#BA619D'

red 186 ◦ green 97 ◦ blue 157

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

Shades of Mulberry #BA619D

Tints of Mulberry #BA619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 42.27%
G = 22.05%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA619D (or 0xBA619D) is known color: Mulberry. HEX triplet: BA, 61 and 9D. RGB value is (186,97,157). Sum of RGB (Red+Green+Blue) = 186+97+157=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619D is #459E62. Grayscale: #828282. Windows color (decimal): -4562531 or 10314170. OLE color: 10314170.

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

Color convert

RGB 186 97 157 -
CMYK 0 0.48 0.16 0.27
HSL 319.55º 0.39% 0.55% -
HSV(B) 319.55º 0.48% 0.73% -
XYZ 30.61 21.42 34.42 -
YUV 130.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 186 97 157 0 0.48 0.16 0.27 319.55 0.39 0.55
Hex BA 61 9D 0 30 10 1B 140 27 37
Octal 272 141 235 0 60 20 33 500 47 67
Binary 10111010 1100001 10011101 0 110000 10000 11011 101000000 100111 110111

Color Harmonies of #BA619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA619D

Black with #BA619D

Text Example


Text Example

White with #BA619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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