Html Css Color HEX #BA078D Medium Violet Red

📋 copy color: '#BA078D'

red 186 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #BA078D

Tints of Medium Violet Red #BA078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 55.69%
G = 2.1%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA078D (or 0xBA078D) is known color: Medium Violet Red. HEX triplet: BA, 07 and 8D. RGB value is (186,7,141). Sum of RGB (Red+Green+Blue) = 186+7+141=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA078D is #45F872. Grayscale: #4B4B4B. Windows color (decimal): -4585587 or 9242554. OLE color: 9242554.

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

Color convert

RGB 186 7 141 -
CMYK 0 0.96 0.24 0.27
HSL 315.08º 0.93% 0.38% -
HSV(B) 315.08º 0.96% 0.73% -
XYZ 25.13 12.51 26.29 -
YUV 75.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 186 7 141 0 0.96 0.24 0.27 315.08 0.93 0.38
Hex BA 7 8D 0 60 18 1B 13B 5D 26
Octal 272 7 215 0 140 30 33 473 135 46
Binary 10111010 111 10001101 0 1100000 11000 11011 100111011 1011101 100110

Color Harmonies of #BA078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA078D

Black with #BA078D

Text Example


Text Example

White with #BA078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA078D; }

 p { color: rgb(186,7,141); }

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

background-color css

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

 a { background-color: rgb(186,7,141); }

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

border-color css

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

 span { border-color: rgb(186,7,141); }

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