Html Css Color HEX #BA0989 Medium Violet Red

📋 copy color: '#BA0989'

red 186 ◦ green 9 ◦ blue 137

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

Shades of Medium Violet Red #BA0989

Tints of Medium Violet Red #BA0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 56.02%
G = 2.71%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA0989 (or 0xBA0989) is known color: Medium Violet Red. HEX triplet: BA, 09 and 89. RGB value is (186,9,137). Sum of RGB (Red+Green+Blue) = 186+9+137=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0989 is #45F676. Grayscale: #4C4C4C. Windows color (decimal): -4585079 or 8980922. OLE color: 8980922.

HSL color Cylindrical-coordinate representation of color #BA0989: hue angle of 316.61º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0989 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 137 -
CMYK 0 0.95 0.26 0.27
HSL 316.61º 0.91% 0.38% -
HSV(B) 316.61º 0.95% 0.73% -
XYZ 24.86 12.44 24.76 -
YUV 76.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 186 9 137 0 0.95 0.26 0.27 316.61 0.91 0.38
Hex BA 9 89 0 5F 1A 1B 13D 5B 26
Octal 272 11 211 0 137 32 33 475 133 46
Binary 10111010 1001 10001001 0 1011111 11010 11011 100111101 1011011 100110

Color Harmonies of #BA0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0989

Black with #BA0989

Text Example


Text Example

White with #BA0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0989; }

 p { color: rgb(186,9,137); }

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

background-color css

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

 a { background-color: rgb(186,9,137); }

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

border-color css

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

 span { border-color: rgb(186,9,137); }

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