Html Css Color HEX #BA077D Medium Violet Red

📋 copy color: '#BA077D'

red 186 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #BA077D

Tints of Medium Violet Red #BA077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 58.49%
G = 2.2%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA077D (or 0xBA077D) is known color: Medium Violet Red. HEX triplet: BA, 07 and 7D. RGB value is (186,7,125). Sum of RGB (Red+Green+Blue) = 186+7+125=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA077D is #45F882. Grayscale: #494949. Windows color (decimal): -4585603 or 8193978. OLE color: 8193978.

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

Color convert

RGB 186 7 125 -
CMYK 0 0.96 0.33 0.27
HSL 320.45º 0.93% 0.38% -
HSV(B) 320.45º 0.96% 0.73% -
XYZ 24.03 12.07 20.47 -
YUV 73.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 186 7 125 0 0.96 0.33 0.27 320.45 0.93 0.38
Hex BA 7 7D 0 60 21 1B 140 5D 26
Octal 272 7 175 0 140 41 33 500 135 46
Binary 10111010 111 1111101 0 1100000 100001 11011 101000000 1011101 100110

Color Harmonies of #BA077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA077D

Black with #BA077D

Text Example


Text Example

White with #BA077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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