Html Css Color HEX #BA0889 Medium Violet Red

📋 copy color: '#BA0889'

red 186 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #BA0889

Tints of Medium Violet Red #BA0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 56.19%
G = 2.42%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA0889 (or 0xBA0889) is known color: Medium Violet Red. HEX triplet: BA, 08 and 89. RGB value is (186,8,137). Sum of RGB (Red+Green+Blue) = 186+8+137=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0889 is #45F776. Grayscale: #4B4B4B. Windows color (decimal): -4585335 or 8980666. OLE color: 8980666.

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

Color convert

RGB 186 8 137 -
CMYK 0 0.96 0.26 0.27
HSL 316.52º 0.92% 0.38% -
HSV(B) 316.52º 0.96% 0.73% -
XYZ 24.85 12.42 24.75 -
YUV 75.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 186 8 137 0 0.96 0.26 0.27 316.52 0.92 0.38
Hex BA 8 89 0 60 1A 1B 13D 5C 26
Octal 272 10 211 0 140 32 33 475 134 46
Binary 10111010 1000 10001001 0 1100000 11010 11011 100111101 1011100 100110

Color Harmonies of #BA0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0889

Black with #BA0889

Text Example


Text Example

White with #BA0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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