Html Css Color HEX #BA0689 Medium Violet Red

📋 copy color: '#BA0689'

red 186 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #BA0689

Tints of Medium Violet Red #BA0689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

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

R = 56.53%
G = 1.82%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA0689 (or 0xBA0689) is known color: Medium Violet Red. HEX triplet: BA, 06 and 89. RGB value is (186,6,137). Sum of RGB (Red+Green+Blue) = 186+6+137=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0689 is #45F976. Grayscale: #4A4A4A. Windows color (decimal): -4585847 or 8980154. OLE color: 8980154.

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

Color convert

RGB 186 6 137 -
CMYK 0 0.97 0.26 0.27
HSL 316.33º 0.94% 0.38% -
HSV(B) 316.33º 0.97% 0.73% -
XYZ 24.83 12.38 24.75 -
YUV 74.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 186 6 137 0 0.97 0.26 0.27 316.33 0.94 0.38
Hex BA 6 89 0 61 1A 1B 13C 5E 26
Octal 272 6 211 0 141 32 33 474 136 46
Binary 10111010 110 10001001 0 1100001 11010 11011 100111100 1011110 100110

Color Harmonies of #BA0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0689

Black with #BA0689

Text Example


Text Example

White with #BA0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0689; }

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

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

background-color css

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

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

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

border-color css

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

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

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