Html Css Color HEX #BA0874 Medium Violet Red

📋 copy color: '#BA0874'

red 186 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #BA0874

Tints of Medium Violet Red #BA0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 60%
G = 2.58%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0874 (or 0xBA0874) is known color: Medium Violet Red. HEX triplet: BA, 08 and 74. RGB value is (186,8,116). Sum of RGB (Red+Green+Blue) = 186+8+116=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0874 is #45F78B. Grayscale: #494949. Windows color (decimal): -4585356 or 7604410. OLE color: 7604410.

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

Color convert

RGB 186 8 116 -
CMYK 0 0.96 0.38 0.27
HSL 323.6º 0.92% 0.38% -
HSV(B) 323.6º 0.96% 0.73% -
XYZ 23.49 11.87 17.58 -
YUV 73.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 186 8 116 0 0.96 0.38 0.27 323.6 0.92 0.38
Hex BA 8 74 0 60 26 1B 144 5C 26
Octal 272 10 164 0 140 46 33 504 134 46
Binary 10111010 1000 1110100 0 1100000 100110 11011 101000100 1011100 100110

Color Harmonies of #BA0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0874

Black with #BA0874

Text Example


Text Example

White with #BA0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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