Html Css Color HEX #BA0876 Medium Violet Red

📋 copy color: '#BA0876'

red 186 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #BA0876

Tints of Medium Violet Red #BA0876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 59.62%
G = 2.56%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0876 (or 0xBA0876) is known color: Medium Violet Red. HEX triplet: BA, 08 and 76. RGB value is (186,8,118). Sum of RGB (Red+Green+Blue) = 186+8+118=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0876 is #45F789. Grayscale: #494949. Windows color (decimal): -4585354 or 7735482. OLE color: 7735482.

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

Color convert

RGB 186 8 118 -
CMYK 0 0.96 0.37 0.27
HSL 322.92º 0.92% 0.38% -
HSV(B) 322.92º 0.96% 0.73% -
XYZ 23.61 11.92 18.2 -
YUV 73.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 186 8 118 0 0.96 0.37 0.27 322.92 0.92 0.38
Hex BA 8 76 0 60 25 1B 143 5C 26
Octal 272 10 166 0 140 45 33 503 134 46
Binary 10111010 1000 1110110 0 1100000 100101 11011 101000011 1011100 100110

Color Harmonies of #BA0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0876

Black with #BA0876

Text Example


Text Example

White with #BA0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0876; }

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

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

background-color css

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

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

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

border-color css

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

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

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