Html Css Color HEX #BA067A Medium Violet Red

📋 copy color: '#BA067A'

red 186 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #BA067A

Tints of Medium Violet Red #BA067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 59.24%
G = 1.91%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA067A (or 0xBA067A) is known color: Medium Violet Red. HEX triplet: BA, 06 and 7A. RGB value is (186,6,122). Sum of RGB (Red+Green+Blue) = 186+6+122=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA067A is #45F985. Grayscale: #484848. Windows color (decimal): -4585862 or 7997114. OLE color: 7997114.

HSL color Cylindrical-coordinate representation of color #BA067A: hue angle of 321.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA067A is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 122 -
CMYK 0 0.97 0.34 0.27
HSL 321.33º 0.94% 0.38% -
HSV(B) 321.33º 0.97% 0.73% -
XYZ 23.83 11.97 19.47 -
YUV 73.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 186 6 122 0 0.97 0.34 0.27 321.33 0.94 0.38
Hex BA 6 7A 0 61 22 1B 141 5E 26
Octal 272 6 172 0 141 42 33 501 136 46
Binary 10111010 110 1111010 0 1100001 100010 11011 101000001 1011110 100110

Color Harmonies of #BA067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA067A

Black with #BA067A

Text Example


Text Example

White with #BA067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA067A; }

 p { color: rgb(186,6,122); }

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

background-color css

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

 a { background-color: rgb(186,6,122); }

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

border-color css

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

 span { border-color: rgb(186,6,122); }

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