Html Css Color HEX #BA078B Medium Violet Red

📋 copy color: '#BA078B'

red 186 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #BA078B

Tints of Medium Violet Red #BA078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 56.02%
G = 2.11%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA078B (or 0xBA078B) is known color: Medium Violet Red. HEX triplet: BA, 07 and 8B. RGB value is (186,7,139). Sum of RGB (Red+Green+Blue) = 186+7+139=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA078B is #45F874. Grayscale: #4B4B4B. Windows color (decimal): -4585589 or 9111482. OLE color: 9111482.

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

Color convert

RGB 186 7 139 -
CMYK 0 0.96 0.25 0.27
HSL 315.75º 0.93% 0.38% -
HSV(B) 315.75º 0.96% 0.73% -
XYZ 24.99 12.46 25.51 -
YUV 75.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 186 7 139 0 0.96 0.25 0.27 315.75 0.93 0.38
Hex BA 7 8B 0 60 19 1B 13C 5D 26
Octal 272 7 213 0 140 31 33 474 135 46
Binary 10111010 111 10001011 0 1100000 11001 11011 100111100 1011101 100110

Color Harmonies of #BA078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA078B

Black with #BA078B

Text Example


Text Example

White with #BA078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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